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

Compile Error

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