| Problem | cpicgame |
|---|---|
| User | mengqi6767 |
| Submission Time | 2026-06-23 11:14:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:8:19: error: expected ‘;’ before ‘if’
8 | cin >> Y>>R>>C
| ^
| ;
9 | if (C=='Y' && R==1){
| ~~
cpicgame.cpp:12:4: error: ‘else’ without a previous ‘if’
12 | else{
| ^~~~