Problem | lis_easy |
---|---|
User | annanpan |
Submission Time | 2023-11-10 09:25:31 |
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:19:47: error: ‘max_element’ cannot be used as a function
19 | return *max_element(lis.begin(), lis.end());
| ^