mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 01:32:34 +02:00
5 lines
No EOL
84 B
Text
5 lines
No EOL
84 B
Text
int f(in x, int y)
|
|
{
|
|
assert( (x > 0) && (y > 0) && ((x > 1) || (y > 1)) );
|
|
.....
|
|
} |