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