so-un-bot/Data/ingsw/0722_2/wrong 1.txt

5 lines
No EOL
86 B
Text

int f(in x, int y)
{
assert( (x >= 0) && (y >= 0) && ((x > 1) || (y > 1)) );
.....
}