Problem cpicgame
User YYCMMR5382
Submission Time 2026-06-23 11:21:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:13:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
13 | if ( C == "Y" and Y >=R)
| ^~~
cpicgame.cpp:14:26: error: expected primary-expression before ‘)’ token
14 | {cout << "Yu Heng wins";)
| ^
cpicgame.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
cpicgame.cpp:14:2: note: to match this ‘{’
14 | {cout << "Yu Heng wins";)
| ^
cpicgame.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
cpicgame.cpp:8:15: note: to match this ‘{’
8 | signed main() {
| ^