Problem cpicgame
User Arjunironman8
Submission Time 2026-06-23 10:38:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:22:1: error: expected ‘}’ before ‘else’
22 | else if (Y<= 1&& R<=1) {
| ^~~~
cpicgame.cpp:17:24: note: to match this ‘{’
17 | else if (Y<= 1&& R>=2) { char c;
| ^
cpicgame.cpp: At global scope:
cpicgame.cpp:31:1: error: expected declaration before ‘}’ token
31 | }
| ^