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