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

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:14:23: error: expected ‘;’ before ‘}’ token
14 | cout << "Tie!"
| ^
| ;
15 | } else if (C == "R" && Y <= 1) {
| ~
cpicgame.cpp:16:32: error: expected ‘;’ before ‘}’ token
16 | cout << "Raphael wins!"
| ^
| ;
17 | }
| ~