Main.cpp: In function 'int main()':
Main.cpp:70:5: error: 'memst' was not declared in this scope; did you mean 'memset'?
70 | memst(arr,0,sizeof(arr));
| ^~~~~
| memset
Main.cpp:62:10: warning: unused variable 'flag' [-Wunused-variable]
62 | bool flag=true;
| ^~~~
Main.cpp: In function 'int query()':
Main.cpp:18:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
18 | scanf("%d",&x);
| ~~~~~^~~~~~~~~
Main.cpp: In function 'int main()':
Main.cpp:61:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
61 | scanf("%d",&n);
| ~~~~~^~~~~~~~~