Problem | hiddenarray |
---|---|
User | Tyx2019 |
Submission Time | 2023-03-31 07:51:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hiddenarray.cpp: In function ‘int main()’:
hiddenarray.cpp:7:19: error: expected ‘;’ before ‘}’ token
7 | if(M==10) abort()
| ^
| ;
8 | }
| ~