Problem cpicgame
User Arjunironman8
Submission Time 2026-06-23 10:21:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp:19:19: error: missing terminating ' character
19 | else' (c == 'R'){cout<<"Raphael wins!";}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:19:8: error: unable to find character literal operator ‘operator""R’ with ‘int’ argument
19 | else' (c == 'R'){cout<<"Raphael wins!";}
| ^~~~~~~~~~~