Problem guanine
User H2510152
Submission Time 2025-04-17 20:59:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:38:21: error: expected ‘}’ at end of input
38 | cin >> z;
| ^
guanine.cpp:36:29: note: to match this ‘{’
36 | else if(s=="QUERY") {
| ^
guanine.cpp:38:21: error: expected ‘}’ at end of input
38 | cin >> z;
| ^
guanine.cpp:9:28: note: to match this ‘{’
9 | for(int i=0; i<n; i++) {
| ^
guanine.cpp:38:21: error: expected ‘}’ at end of input
38 | cin >> z;
| ^
guanine.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^