Problem cpicgame
User uuhhhhhIDK
Submission Time 2026-06-23 10:26:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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: At global scope:
cpicgame.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^