Problem | monstergo |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-08-22 13:42:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monstergo.cpp: In function ‘int main()’:
monstergo.cpp:37:4: error: ‘b’ was not declared in this scope
37 | b[13][12] = {
| ^
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 | {
| ^