Problem cpicgame
User Vistryx
Submission Time 2026-06-23 10:39:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:5:7: error: ‘Yu’ was not declared in this scope
5 | cin (Yu heng == "Y"); {
| ^~
cpicgame.cpp:6:9: error: ‘Raphael’ was not declared in this scope
6 | } cin (Raphael == "R"); {
| ^~~~~~~
cpicgame.cpp:7:12: error: ‘C’ was not declared in this scope
7 | } if (C == Y); {
| ^
cpicgame.cpp:7:17: error: ‘Y’ was not declared in this scope
7 | } if (C == Y); {
| ^
cpicgame.cpp:9:4: error: ‘else’ without a previous ‘if’
9 | else (C == R); {
| ^~~~
cpicgame.cpp:9:10: error: ‘C’ was not declared in this scope
9 | else (C == R); {
| ^
cpicgame.cpp:9:15: error: ‘R’ was not declared in this scope
9 | else (C == R); {
| ^
cpicgame.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
cpicgame.cpp:9:19: note: