Problem potatosalad
User monke
Submission Time 2025-12-03 18:08:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:10:7: error: ‘sort’ is not a member of ‘std’
10 | std::sort(potatos.begin(), potatos.end(), [](int a, int b){return a>b;});
| ^~~~