Problem cpicgame
User luohanguo
Submission Time 2026-06-23 09:43:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:8:28: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
8 | if (Y==R==1) {cout << (C=="R")?"Raphael wins!":"Yu Heng wins!"}
| ^~~
cpicgame.cpp:8:64: error: expected ‘;’ before ‘}’ token
8 | if (Y==R==1) {cout << (C=="R")?"Raphael wins!":"Yu Heng wins!"}
| ^
| ;