| Problem | party |
|---|---|
| User | ensonchew |
| Submission Time | 2025-10-01 10:31:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party.cpp: In function ‘int main()’:
party.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘for’
10 | for(int i = 0; i < M; i++){
| ^~~
party.cpp:10:17: error: ‘i’ was not declared in this scope
10 | for(int i = 0; i < M; i++){
| ^