so-un-bot/Ingegneria del Software/1122_10/correct.txt

5 lines
90 B
Text
Raw Normal View History

2022-11-06 17:27:39 +01:00
int f(in x, int y)
{
assert( (x >= 0) && (y >= 0) && ((x > 3) || (y > 3)) );
.....
}