Problem potatosalad
User ys
Submission Time 2025-03-19 16:03:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:17:21: error: ‘max_element’ is not a member of ‘std’; did you mean ‘tuple_element’?
17 | auto store = std::max_element(masses.begin(), masses.end());
| ^~~~~~~~~~~
| tuple_element