| Problem | badcontest |
|---|---|
| User | Yichen |
| Submission Time | 2025-12-29 12:08:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
badcontest.cpp: In function ‘int main()’:
badcontest.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘for’
14 | for(int i =0; i<n;i++) {
| ^~~
badcontest.cpp:14:16: error: ‘i’ was not declared in this scope
14 | for(int i =0; i<n;i++) {
| ^