| Problem | guanine |
|---|---|
| User | sussyimpasta |
| Submission Time | 2025-04-18 23:57:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:34:17: error: expected ‘}’ before ‘else’
34 | else cout << v[z] << '\n';
| ^~~~
guanine.cpp:31:32: note: to match this ‘{’
31 | else if (s == "QUERY") {
| ^
guanine.cpp:34:32: error: ‘z’ was not declared in this scope
34 | else cout << v[z] << '\n';
| ^
guanine.cpp: At global scope:
guanine.cpp:38:1: error: expected declaration before ‘}’ token
38 | }
| ^