| Problem | cpicgame |
|---|---|
| User | uuhhhhhIDK |
| Submission Time | 2026-06-23 10:11:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:9:9: error: request for member ‘upper’ in ‘c’, which is of non-class type ‘char’
9 | {if (c.upper == 'R')
| ^~~~~
cpicgame.cpp:10:27: error: expected ‘;’ before ‘}’ token
10 | {cout << "Raphael wins!"}
| ^
| ;
cpicgame.cpp:11:32: error: expected ‘;’ before ‘}’ token
11 | else {cout << "Yu Heng wins!"}
| ^
| ;
cpicgame.cpp:13:22: error: expected ‘;’ before ‘}’ token
13 | else {cout << "Tie!"}
| ^
| ;