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