so-un-bot/Data/Questions/ingsw/1122_10/wrong 2.txt

9 lines
97 B
Text
Raw Normal View History

2022-11-06 17:27:39 +01:00
int f(in x, int y)
{
assert( (x > 0) && (y > 0) && ((x >= 3) || (y > 3)) );
.....
}