so-un-bot/Data/ingsw/0324_7/correct.txt

5 lines
86 B
Text
Raw Normal View History

2025-01-17 21:06:51 +01:00
int f(in x, int y)
{
assert( (x >= 0) && (y >= 0) && ((x > 0) || (y > 0)) );
.....
2023-06-24 13:42:48 +02:00
}