Problem | lis_easy |
---|---|
User | Hijackedsoul |
Submission Time | 2023-08-07 18:01:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:23:19: error: ‘max_element’ was not declared in this scope
23 | std::cout << *max_element(lis.begin(), lis.end()) << "\n";
| ^~~~~~~~~~~