Problem lis
User qifengle
Submission Time 2025-03-16 15:42:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp: In function ‘int main()’:
lis.cpp:9:5: error: expected primary-expression before ‘<’ token
9 | <int> s(N);
| ^
lis.cpp:9:6: error: expected primary-expression before ‘int’
9 | <int> s(N);
| ^~~
lis.cpp:11:16: error: ‘s’ was not declared in this scope
11 | cin >> s[i];
| ^
lis.cpp:15:45: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
15 | auto it = lower_bound(t.begin(), t.end(), num);
| ^~~
| enum