Problem lis
User YellowPurpleDragon
Submission Time 2024-10-20 17:33:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp: In function ‘int main()’:
lis.cpp:18:13: error: ‘higher_bound’ was not declared in this scope
18 | auto it = higher_bound(c.begin(), c.end(), b[i].first);
| ^~~~~~~~~~~~