| Problem | potatosalad |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-01-28 17:48:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:17:23: error: no match for call to ‘(std::vector<int>) (std::vector<int>&)’
17 | int o = max(potatoes);
| ^
potatosalad.cpp:20:12: error: ‘accumulate’ was not declared in this scope
20 | int sum = accumulate(max.begin(), max.end(), 0);
| ^~~~~~~~~~