| Problem | lis_easy |
|---|---|
| User | pasit |
| Submission Time | 2026-05-07 21:57:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int lis(std::vector<int>&)’:
lis_easy.cpp:20:13: error: ‘max_element’ was not declared in this scope
20 | return *max_element(lis.begin(), lis.end());
| ^~~~~~~~~~~