| Problem | goodseq |
|---|---|
| User | KL |
| Submission Time | 2025-07-05 17:19:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodseq.cpp: In function ‘int main()’:
goodseq.cpp:14:5: error: expected ‘,’ or ‘;’ before ‘for’
14 | for(int i = 0; i < n; i++){
| ^~~
goodseq.cpp:14:20: error: ‘i’ was not declared in this scope
14 | for(int i = 0; i < n; i++){
| ^