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

9 lines
90 B
Text
Raw Normal View History

2023-01-02 01:33:38 +01:00
int f(in x, int y)
{
assert( (x >= 0) && (y >= 0) && ((x > 1) || (y > 1)) );
.....
}