Problem hiddenarray
User Tyx2019
Submission Time 2023-03-31 07:51:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hiddenarray.cpp: In function ‘int main()’:
hiddenarray.cpp:5:5: error: ‘M’ was not declared in this scope
5 | if(M==10) abort()
| ^
hiddenarray.cpp:5:19: error: expected ‘;’ before ‘}’ token
5 | if(M==10) abort()
| ^
| ;
6 | }
| ~