ricehub.cpp: In lambda function:
ricehub.cpp:27:22: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
27 | ll o = i + j >> 1;
| ~~^~~
ricehub.cpp: In function 'long long int besthub(int, int, int, int*)':
ricehub.cpp:38:20: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
38 | ll mid = l + r >> 1;
| ~~^~~
/usr/bin/ld: /tmp/ccLFyod8.o: in function `main':
grader.cpp:(.text.startup+0xae): undefined reference to `besthub(int, int, int*, long long)'
collect2: error: ld returned 1 exit status