Problem cpicgame
User mbdharani
Submission Time 2026-06-23 11:22:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:5:5: error: expected initializer before ‘cin’
5 | cin >> Y >> R >> C
| ^~~
cpicgame.cpp: At global scope:
cpicgame.cpp:8:3: error: expected unqualified-id before ‘else’
8 | } else }
| ^~~~
cpicgame.cpp:8:8: error: expected declaration before ‘}’ token
8 | } else }
| ^
cpicgame.cpp:9:5: error: expected unqualified-id before ‘if’
9 | if (C == R)
| ^~