| Problem | management |
|---|---|
| User | Citric3thanol |
| Submission Time | 2026-06-23 15:56:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i=1; i < N; i++){
| ^~~
management.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for (int i=1; i < N; i++){
| ^
management.cpp:12:23: error: ‘n’ was not declared in this scope
12 | for (int i = 1; i <= n; i++){
| ^