mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 18:06:15 +01:00
9 lines
88 B
Text
9 lines
88 B
Text
|
int f(in x, int y)
|
||
|
|
||
|
{
|
||
|
|
||
|
assert( (x > 0) && (y > 0) && ((x > 1) || (y > 1)) );
|
||
|
|
||
|
.....
|
||
|
|
||
|
}
|