Problem cpicgame
User lucaskoh
Submission Time 2026-06-23 10:40:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:15:11: error: lvalue required as left operand of assignment
15 | if ('C' = R) {cout << "Raphael wins!";} else {cout << "Yu Heng wins!";} }
| ^