Problem | lis_easy |
---|---|
User | annanpan |
Submission Time | 2023-11-10 09:24:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int lis_length(std::vector<int>&)’:
lis_easy.cpp:18:13: error: ‘max_element’ was not declared in this scope
18 | return *max_element(lis.begin(), lis.end());
| ^~~~~~~~~~~