Problem cpicgame
User calvinkulit
Submission Time 2026-06-23 10:09:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function β€˜int main()’:
cpicgame.cpp:8:32: error: expected primary-expression before β€˜||’ token
8 | if (Y % 2 == 0 && R % 2 == 0) || (Y % 2 != 0 && R % 2 != 0){
| ^~