Problem | hiddenarray |
---|---|
User | Tyx2019 |
Submission Time | 2023-03-31 22:25:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hiddenarray.cpp: In function ‘int main()’:
hiddenarray.cpp:5:5: error: ‘M’ was not declared in this scope
5 | if(M!=64) abort()
| ^
hiddenarray.cpp:5:19: error: expected ‘;’ before ‘for’
5 | if(M!=64) abort()
| ^
| ;
6 | for(int i=0;i<8881;i++) cout << "1 ";
| ~~~
hiddenarray.cpp:6:14: error: ‘i’ was not declared in this scope
6 | for(int i=0;i<8881;i++) cout << "1 ";
| ^