Problem potatosalad
User Phoubia01
Submission Time 2025-03-18 15:19:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
3 | #include sort
| ^~~~
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:7: error: ‘class std::vector<int>’ has no member named ‘sort’
14 | arr.sort(arr.begin(), arr.end());
| ^~~~