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

13 lines
107 B
Text
Raw Normal View History

2022-11-06 17:27:39 +01:00
<pre>
int f(in x, int y)
{
int z, w;
assert( (z + w > 1) || (z + w < 7));
.....
}
</pre>