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

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:20:3: error: expected ‘}’ before ‘else’
20 | else (c == 'Y'){
| ^~~~
cpicgame.cpp:18:17: note: to match this ‘{’
18 | if (c == 'R') {
| ^
cpicgame.cpp:20:18: error: expected ‘;’ before ‘{’ token
20 | else (c == 'Y'){
| ^
| ;
cpicgame.cpp: At global scope:
cpicgame.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^