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

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:4:15: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
4 | int yuheng = y;
| ^
| yn
cpicgame.cpp:5:15: error: ‘r’ was not declared in this scope
5 | int raphael= r;
| ^
cpicgame.cpp:6:7: error: conflicting declaration ‘char yuheng’
6 | char yuheng = 'Y';
| ^~~~~~
cpicgame.cpp:4:6: note: previous declaration as ‘int yuheng’
4 | int yuheng = y;
| ^~~~~~
cpicgame.cpp:7:7: error: conflicting declaration ‘char raphael’
7 | char raphael= 'R';
| ^~~~~~~
cpicgame.cpp:5:6: note: previous declaration as ‘int raphael’
5 | int raphael= r;
| ^~~~~~~
cpicgame.cpp:8:18: error: ‘Y’ was not declared in this scope
8 | char character= Y || R;
| ^
cpicgame.cpp:8:23: error: ‘R’ was not declared in this scope