| Problem | guanine |
|---|---|
| User | piis314159 |
| Submission Time | 2025-12-21 20:14:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:34:26: error: expected statement at end of input
34 | while (pops--)
| ^
guanine.cpp:34:26: error: expected ‘}’ at end of input
guanine.cpp:31:39: note: to match this ‘{’
31 | else if (cmd == "SNIP_FRONT") {
| ^
guanine.cpp:34:26: error: expected ‘}’ at end of input
34 | while (pops--)
| ^
guanine.cpp:16:33: note: to match this ‘{’
16 | for (int i = 0; i < N; i++) {
| ^
guanine.cpp:34:26: error: expected ‘}’ at end of input
34 | while (pops--)
| ^
guanine.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^