Problem cpicgame
User Arjunironman8
Submission Time 2026-06-23 10:31:47
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:23:16: error: expected ‘(’ before ‘{’ token
23 | } else if {
| ^
| (
cpicgame.cpp: At global scope:
cpicgame.cpp:30:1: error: expected declaration before ‘}’ token
30 | }
| ^