| Problem | management |
|---|---|
| User | 6 |
| Submission Time | 2026-06-23 16:12:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:9:1: error: expected initializer before ‘for’
9 | for(int i=0;i<n-1;i++) {
| ^~~
management.cpp:9:13: error: ‘i’ was not declared in this scope
9 | for(int i=0;i<n-1;i++) {
| ^
management.cpp:14:1: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
14 | ans[x-1]++;
| ^~~
| abs
management.cpp:17:7: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | cout<<ans[i]<<"\n";
| ^~~
| abs