mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 17:46:13 +01:00
5 lines
89 B
Text
5 lines
89 B
Text
|
int f(in x, int y)
|
||
|
{
|
||
|
assert( (x > 0) && (y > 0) && ((x >= 3) || (y > 3)) );
|
||
|
.....
|
||
|
}
|