| Problem | cpicgame |
|---|---|
| User | lucaskoh |
| Submission Time | 2026-06-23 10:39:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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!";}
| ^
cpicgame.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
cpicgame.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^