Problem management
User rasquait
Submission Time 2025-12-25 16:00:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:8:11: error: expected ‘]’ before ‘,’ token
8 | int arr[n,0];
| ^
| ]
management.cpp:8:12: error: expected unqualified-id before numeric constant
8 | int arr[n,0];
| ^
management.cpp:12:3: error: ‘arr’ was not declared in this scope
12 | arr[value-1]++;
| ^~~
management.cpp:14:14: error: ‘arr’ was not declared in this scope
14 | for(int i : arr){
| ^~~