Problem | potatosalad |
---|---|
User | Henries |
Submission Time | 2024-09-29 21:16:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:13: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator+’
14 | sum = sum + max;
| ~~~~^~~~~