Problem management
User Zaydluq
Submission Time 2026-06-23 15:12:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:11:3: error: ‘c’ was not declared in this scope
11 | c[A[i]]++;
| ^
management.cpp:14:11: error: ‘c’ was not declared in this scope
14 | cout << c[i] << "\n"
| ^