Problem cpicgame
User Hihihihihi
Submission Time 2026-06-23 11:08:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:7:8: error: expected ‘;’ before ‘if’
7 | cin>>C
| ^
| ;
8 | if (C=="Y") {
| ~~
cpicgame.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else (C=="R") {
| ^~~~
cpicgame.cpp:11:15: error: expected ‘;’ before ‘{’ token
11 | else (C=="R") {
| ^~
| ;