so-un-bot/Data/Questions/ingsw/0210_36/wrong2.txt

5 lines
No EOL
87 B
Text

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