Problem cpicgame
User YunQingOng
Submission Time 2026-06-23 11:30:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:13:5: error: expected ‘}’ before ‘else’
13 | else if(c=='R'){
| ^~~~
cpicgame.cpp:7:15: note: to match this ‘{’
7 | if(c=='Y'){
| ^
cpicgame.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
cpicgame.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^