| Problem | management |
|---|---|
| User | Sunnyskyline |
| Submission Time | 2026-06-23 15:32:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:10:20: error: expected ‘;’ before ‘c’
10 | cin >> a[i]
| ^
| ;
11 | c[a[i]]++;
| ~