mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 20:19:38 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
9
Data/Questions/ingsw/0722_25/wrong 2.txt
Normal file
9
Data/Questions/ingsw/0722_25/wrong 2.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
int f(in x, int y)
|
||||
|
||||
{
|
||||
|
||||
assert( (x >= 0) && (y >= 0) && ((x > 1) || (y > 1)) );
|
||||
|
||||
.....
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue