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

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:12:1: error: expected ‘}’ before ‘else’
12 | else{
| ^~~~
cpicgame.cpp:10:18: note: to match this ‘{’
10 | if (R==1){
| ^
cpicgame.cpp:15:29: error: expected ‘;’ before ‘else’
15 | cout<<"Raphael wins"
| ^
| ;
16 | else {
| ~~~~