Problem lis
User yc
Submission Time 2025-09-03 11:33:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp: In function ‘int main()’:
lis.cpp:12:38: error: expected ‘)’ before ‘;’ token
12 | c = max(c,lower_bound(n1,n1+n,x)-n1;
| ~ ^
| )