Problem cpicgame
User yq
Submission Time 2026-06-23 10:50:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:9:3: error: expected ‘,’ or ‘;’ before ‘C’
9 | C = Y || R;
| ^
cpicgame.cpp:10:7: error: ‘Y’ was not declared in this scope
10 | cin>>Y>>R>>C;
| ^
cpicgame.cpp:10:10: error: ‘R’ was not declared in this scope
10 | cin>>Y>>R>>C;
| ^
cpicgame.cpp:10:13: error: ‘C’ was not declared in this scope
10 | cin>>Y>>R>>C;
| ^
cpicgame.cpp:13:18: error: could not convert ‘std::swap<int>(r, y)’ from ‘void’ to ‘bool’
13 | r= r/2 ||swap(r,y) r=y y=r;
| ~~~~^~~~~
cpicgame.cpp:14:28: error: request for member ‘y’ in ‘r’, which is of non-class type ‘int’
14 | } else {y=y/2 || swap(r.y) r=y y=r;
| ^