0_0_39687048_4429.cpp: In function 'int compute_lis_length(int, int*)': 0_0_39687048_4429.cpp:17:19: error: 'lower_bound' was not declared in this scope 17 | int pos = lower_bound(dp, dp + len, arr[i]) - dp; | ^~~~~~~~~~~