Problem | monstergo |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-08-22 13:43:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monstergo.cpp: In function ‘int main()’:
monstergo.cpp:52:4: error: expected ‘,’ or ‘;’ before ‘for’
52 | for (ll i=0; i<13; i++) {
| ^~~
monstergo.cpp:52:17: error: ‘i’ was not declared in this scope
52 | for (ll i=0; i<13; i++) {
| ^
monstergo.cpp:62:1: error: expected ‘}’ at end of input
62 | }
| ^
monstergo.cpp:6:1: note: to match this ‘{’
6 | {
| ^