| Problem | lis_easy |
|---|---|
| User | loyaltypollution |
| Submission Time | 2025-10-13 21:01:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:2:9: error: ‘scanf’ was not declared in this scope
2 | int N; scanf("%d", &N);
| ^~~~~
lis_easy.cpp:3:2: error: ‘vector’ was not declared in this scope
3 | vector<unsigned int> arr(N, 2>>32 - 1); unsigned int tmp;
| ^~~~~~
lis_easy.cpp:3:9: error: expected primary-expression before ‘unsigned’
3 | vector<unsigned int> arr(N, 2>>32 - 1); unsigned int tmp;
| ^~~~~~~~
lis_easy.cpp:6:25: error: ‘arr’ was not declared in this scope
6 | auto it = lower_bound(arr.begin(), arr.end(), tmp);
| ^~~
lis_easy.cpp:6:13: error: ‘lower_bound’ was not declared in this scope
6 | auto it = lower_bound(arr.begin(), arr.end(), tmp);
| ^~~~~~~~~~~
lis_easy.cpp:9:25: error: ‘arr’ was not declared in this scope
9 | auto end = upper_bound(arr.begin(), arr.end(), 2>>3