| Problem | cpicgame |
|---|---|
| User | macaroniyw81 |
| Submission Time | 2026-06-23 10:47:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:13:9: error: expected ‘;’ before ‘R’
13 | x = R
| ^
| ;
14 | R = Y;
| ~
cpicgame.cpp:25:9: error: expected ‘;’ before ‘Y’
25 | R = Y
| ^
| ;
26 | Y = x
| ~