| Problem | management |
|---|---|
| User | Peixi1210 |
| Submission Time | 2026-08-22 16:08:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:16:23: error: expected ‘]’ before ‘,’ token
16 | vector<int> a[N - 1,0]
| ^
| ]
management.cpp:16:24: error: expected unqualified-id before numeric constant
16 | vector<int> a[N - 1,0]
| ^
management.cpp:18:21: error: ‘i’ was not declared in this scope
18 | for (int i = 2; i <= N; ++i) {
| ^
management.cpp:24:17: error: ‘a’ was not declared in this scope
24 | cout << a[i] << "\n";
| ^