Problem guanine
User sussyimpasta
Submission Time 2025-04-18 23:58:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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';
| ^