0_0_39550156_29790.cpp: In function 'int merge(int, int, ULL, ULL)':
0_0_39550156_29790.cpp:46:15: error: 'l' was not declared in this scope
46 | int mid = l + r >> 1;
| ^
0_0_39550156_29790.cpp:46:19: error: 'r' was not declared in this scope
46 | int mid = l + r >> 1;
| ^
|