Problem cpicgame
User Zeshawn
Submission Time 2026-06-23 10:58:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:9:1: error: expected initializer before ‘cin’
9 | cin >> Y >> R >> C;
| ^~~
cpicgame.cpp:11:5: error: ‘C’ was not declared in this scope
11 | if (C == 'Y' && R == 1)
| ^