nizovi.cpp: In function 'int main()':
nizovi.cpp:48:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
48 | int mid=lo+hi>>1;
| ~~^~~
nizovi.cpp: In function 'int cmp(int, int)':
nizovi.cpp:18:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
18 | scanf("%d", &t);
| ~~~~~^~~~~~~~~~
nizovi.cpp: In function 'int main()':
nizovi.cpp:40:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
40 | scanf("%d%d", &N, &M);
| ~~~~~^~~~~~~~~~~~~~~~