Problem guanine
User H2510152
Submission Time 2025-04-17 21:01:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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