| Problem | cpicgame |
|---|---|
| User | xinyu |
| Submission Time | 2026-06-23 10:24:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:9:17: error: expected primary-expression before ‘switch’
9 | int R = R/2 or switch int Y and ;
| ^~~~~~
cpicgame.cpp:12:18: error: expected primary-expression before ‘int’
12 | int Y = Y/2 or int Y = R and int R = Y
| ^~~
cpicgame.cpp:14:16: error: expected initializer before ‘>’ token
14 | while (int Y > 0 || int R > 0){
| ^
cpicgame.cpp:14:15: error: expected ‘)’ before ‘>’ token
14 | while (int Y > 0 || int R > 0){
| ~ ^~
| )
cpicgame.cpp:14:16: error: expected primary-expression before ‘>’ token
14 | while (int Y > 0 || int R > 0){
| ^
cpicgame.cpp:14:23: error: expected primary-expression before ‘int’
14 | while (int Y > 0 || int R > 0){
| ^~~
cpicgame.cpp:1