Problem cpicgame
User xinyu
Submission Time 2026-06-23 10:47:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:8:11: error: expected initializer before ‘==’ token
8 | if (int C==int Y){
| ^~
cpicgame.cpp:8:11: error: expected ‘)’ before ‘==’ token
8 | if (int C==int Y){
| ~ ^~
| )
cpicgame.cpp:9:9: error: expected initializer before ‘/’ token
9 | if(int R/2 > Y){
| ^
cpicgame.cpp:9:9: error: expected ‘)’ before ‘/’ token
9 | if(int R/2 > Y){
| ~ ^
| )
cpicgame.cpp:13:16: error: expected initializer before ‘>’ token
13 | while (int Y > 0 || int R > 0){
| ^
cpicgame.cpp:13:15: error: expected ‘)’ before ‘>’ token
13 | while (int Y > 0 || int R > 0){
| ~ ^~
| )
cpicgame.cpp:13:16: error: expected primary-expression before ‘>’ token
13 | while (int Y > 0 || int R > 0){