Problem | gotoschool |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-09 19:44:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i = 0; i < x; i++) {
| ^~~
gotoschool.cpp:8:18: error: ‘i’ was not declared in this scope
8 | for (int i = 0; i < x; i++) {
| ^
gotoschool.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
gotoschool.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^