| Problem | management |
|---|---|
| User | Zaydluq |
| Submission Time | 2026-06-23 15:15:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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);
| ^
management.cpp:15:23: error: expected ‘;’ before ‘}’ token
15 | cout << c[i] << "\n"
| ^
| ;
16 | }
| ~