| Problem | cpicgame |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-06-23 10:37:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:15:67: error: expected ‘;’ before ‘{’ token
15 | if (((y>2 && r>2)|| (y > 2 && r==2)||(y==2 && r>2))&& (y != r){
| ^
| ;
cpicgame.cpp:19:2: error: expected primary-expression before ‘if’
19 | if ((y>2 && r>2)|| (y > 2 && r==2)||(y==2 && r>2)){
| ^~
cpicgame.cpp:18:3: error: expected ‘)’ before ‘if’
18 | }
| ^
| )
19 | if ((y>2 && r>2)|| (y > 2 && r==2)||(y==2 && r>2)){
| ~~
cpicgame.cpp:15:8: note: to match this ‘(’
15 | if (((y>2 && r>2)|| (y > 2 && r==2)||(y==2 && r>2))&& (y != r){
| ^