Problem potatosalad
User Henries
Submission Time 2024-09-29 21:15:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:13:39: error: overloaded function with no contextual type information
13 | max = *max_element(v.begin(),v.end());
| ^
potatosalad.cpp:14:10: error: overloaded function with no contextual type information
14 | sum += max;
| ^~~