| Problem | cpicgame |
|---|---|
| User | macaroniyw81 |
| Submission Time | 2026-06-23 10:09:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:5:7: error: expected ‘;’ before ‘C’
5 | Y = 1
| ^
| ;
6 | C = 'Y'
| ~
cpicgame.cpp:8:22: error: ‘C’ was not declared in this scope
8 | cin >> Y >> R >> C;
| ^