Problem cpicgame
User macaroniyw81
Submission Time 2026-06-23 10:08:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:6:7: error: expected ‘;’ before ‘char’
6 | C = Y
| ^
| ;
7 | char C;
| ~~~~
cpicgame.cpp:8:17: error: ‘R’ was not declared in this scope
8 | cin >> Y >> R >> C;
| ^