Problem shamelessad4
User emyz
Submission Time 2024-12-11 11:17:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad4.cpp:5:13: error: array bound is not an integer constant before ‘]’ token
5 | int init[MOD];
| ^
shamelessad4.cpp: In function ‘int main()’:
shamelessad4.cpp:57:11: error: ‘init’ was not declared in this scope; did you mean ‘int’?
57 | cin>>init[i];
| ^~~~
| int