| Problem | cpicgame |
|---|---|
| User | mengqi6767 |
| Submission Time | 2026-06-23 10:46:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:19:25: error: expected ‘;’ before ‘}’ token
19 | cout<<"-1\n"
| ^
| ;
20 | }
| ~
cpicgame.cpp:22:5: error: expected ‘}’ at end of input
22 | }
| ^
cpicgame.cpp:9:14: note: to match this ‘{’
9 | if (C==Y){
| ^
cpicgame.cpp:22:5: error: expected ‘}’ at end of input
22 | }
| ^
cpicgame.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^