| Problem | cpicgame |
|---|---|
| User | macaroniyw81 |
| Submission Time | 2026-06-23 10:16:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | C = 'Y' or 'R'
| ^
| ;
17 | }
| ~
cpicgame.cpp:26:17: error: expected ‘;’ before ‘}’ token
26 | C = 'Y' or 'R'
| ^
| ;
27 | }
| ~