Problem | lis_easy |
---|---|
User | YEethui |
Submission Time | 2023-10-28 15:51:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int lis(int*, int)’:
lis_easy.cpp:12:13: error: ‘max_element’ was not declared in this scope
12 | return *max_element(lis, lis + n);
| ^~~~~~~~~~~