| Problem | cpicgame |
|---|---|
| User | tangerenene |
| Submission Time | 2026-06-23 11:20:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:15:27: error: expected ‘;’ before ‘}’ token
15 | cout << "Yu Heng wins!"
| ^
| ;
16 | }
| ~
cpicgame.cpp:18:27: error: expected ‘;’ before ‘}’ token
18 | cout << "Raphael wins!"
| ^
| ;
19 | }
| ~
cpicgame.cpp:23:17: error: expected ‘;’ before ‘}’ token
23 | cout << "Tie!"
| ^
| ;
24 |
25 | }
| ~
cpicgame.cpp:25:3: error: expected ‘}’ at end of input
25 | }
| ^
cpicgame.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^