mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 18:06:15 +01:00
13 lines
109 B
Text
13 lines
109 B
Text
|
<pre>
|
||
|
int f(in x, int y)
|
||
|
|
||
|
{
|
||
|
|
||
|
int z, w;
|
||
|
|
||
|
assert( (z + w <= 1) || (z + w >= 7));
|
||
|
|
||
|
.....
|
||
|
|
||
|
}
|
||
|
</pre>
|