so-un-bot/Data/ingsw/0613_41/wrong1.txt

6 lines
79 B
Text
Raw Normal View History

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