so-un-bot/Data/Questions/ingsw/0613_33/wrong1.txt

5 lines
No EOL
92 B
Text

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