ricehub.cpp: In function 'int besthub(int, int, int*, long long int)':
ricehub.cpp:23:16: error: expected '}' at end of input
23 | count ++;
| ^
ricehub.cpp:16:31: note: to match this '{'
16 | for(int m = 0; m < R; m++){
| ^
ricehub.cpp:23:16: error: expected '}' at end of input
23 | count ++;
| ^
ricehub.cpp:8:31: note: to match this '{'
8 | for(int i = 1; i <= L; i ++){
| ^
ricehub.cpp:23:16: error: expected '}' at end of input
23 | count ++;
| ^
ricehub.cpp:6:1: note: to match this '{'
6 | {
| ^
ricehub.cpp:23:16: warning: no return statement in function returning non-void [-Wreturn-type]
23 | count ++;
| ^