| Problem | cpicgame |
|---|---|
| User | uuhhhhhIDK |
| Submission Time | 2026-06-23 10:25:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:15:2: error: expected ‘}’ before ‘else’
15 | else cout << "Invalid"
| ^~~~
cpicgame.cpp:8:17: note: to match this ‘{’
8 | if (y>1 or r>1){
| ^
cpicgame.cpp:15:24: error: expected ‘;’ before ‘}’ token
15 | else cout << "Invalid"
| ^
| ;
16 | }
| ~
cpicgame.cpp: At global scope:
cpicgame.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^