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

9 lines
No EOL
88 B
Text

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