Add new ingsw questions

This commit is contained in:
Marco Realacci 2023-06-24 13:42:48 +02:00
parent 258ee4e2cf
commit 0873165c52
800 changed files with 5605 additions and 0 deletions

View file

@ -0,0 +1,5 @@
int f(in x, int y)
{
assert( (x > 0) && (y > 0) && ((x > 1) || (y > 1)) );
.....
}