Problem potatosalad
User AltheaZ
Submission Time 2023-06-21 11:27:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
11 | sort(potato.begin(),potato.end());
| ^~~~
| qsort
potatosalad.cpp:14:32: error: expected ‘;’ before ‘potato’
14 | s=s+potato[(potato.size()-1)]
| ^
| ;
15 | potato.pop();
| ~~~~~~