| Problem | cpicgame |
|---|---|
| User | sukidaisukiii |
| Submission Time | 2026-06-23 10:28:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp:3:6: error: ‘cin’ does not name a type
3 | cin >> y >> r >> c;
| ^~~
cpicgame.cpp:4:6: error: expected unqualified-id before ‘if’
4 | if (y == 1 && r == 1) {
| ^~
cpicgame.cpp:10:8: error: expected unqualified-id before ‘else’
10 | } else {
| ^~~~