worm.cpp: In function 'int main()':
worm.cpp:13:10: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
mid=top+bot>>1;
~~~^~~~
worm.cpp: In function 'int Ask(int, int, int)':
worm.cpp:6:13: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
int b;scanf("%i",&b);
~~~~~^~~~~~~~~
worm.cpp: In function 'int main()':
worm.cpp:10:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
int n,m,k,q;scanf("%i %i %i %i",&n,&m,&k,&q);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~