Problem management
User Dubidubidaphdaph
Submission Time 2026-06-23 15:43:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:9:16: error: ‘N’ was not declared in this scope
9 | vector<int> C(N+1, 0); //To count how many times
| ^
management.cpp:14:5: error: ‘A’ was not declared in this scope
14 | C[A[i]]++; // 1 1 2 2 ,, C[1]++,, 2
| ^