| Problem | cpicgame |
|---|---|
| User | mengqi6767 |
| Submission Time | 2026-06-23 10:45:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:12:1: error: expected ‘}’ before ‘else’
12 | else {
| ^~~~
cpicgame.cpp:10:18: note: to match this ‘{’
10 | if (R==1){
| ^
cpicgame.cpp:15:29: error: expected ‘;’ before ‘else’
15 | cout<<"Raphael wins"
| ^
| ;
16 | else {
| ~~~~
cpicgame.cpp: At global scope:
cpicgame.cpp:25:5: error: expected declaration before ‘}’ token
25 | }
| ^