Problem cpicgame
User mbdharani
Submission Time 2026-06-23 22:12:00
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:8:3: error: ‘else’ without a previous ‘if’
8 | } else }
| ^~~~
cpicgame.cpp:8:8: error: expected primary-expression before ‘}’ token
8 | } else }
| ^
cpicgame.cpp: At global scope:
cpicgame.cpp:9:5: error: expected unqualified-id before ‘if’
9 | if (C == R){
| ^~