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

10 lines
102 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)) );
.....
}