| Problem | lis |
|---|---|
| User | zyh571 |
| Submission Time | 2023-02-13 21:06:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:4:5: error: ‘ios’ has not been declared
4 | ios::sync_with_stdio(0);
| ^~~
lis.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin.tie(0);
| ^~~
lis.cpp:19:17: error: ‘lower_bound’ was not declared in this scope
19 | arr[lower_bound(arr, arr+pos+1, input) - arr] = input;
| ^~~~~~~~~~~
lis.cpp:23:5: error: ‘cout’ was not declared in this scope
23 | cout << pos+1;
| ^~~~