Problem cpicgame
User mengqi6767
Submission Time 2026-06-23 10:46:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:16:29: error: expected ‘;’ before ‘}’ token
16 | cout<<"Raphael wins"
| ^
| ;
17 | }
| ~
cpicgame.cpp:19:25: error: expected ‘;’ before ‘}’ token
19 | cout<<"-1\n"
| ^
| ;
20 | }
| ~
cpicgame.cpp:22:5: error: expected ‘}’ at end of input
22 | }
| ^
cpicgame.cpp:9:14: note: to match this ‘{’
9 | if (C==Y){
| ^
cpicgame.cpp:22:5: error: expected ‘}’ at end of input
22 | }
| ^
cpicgame.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^