| Problem | cpicgame |
|---|---|
| User | calvinkulit |
| Submission Time | 2026-06-23 10:09:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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){
| ^~