Problem | potatosalad |
---|---|
User | JovanTan |
Submission Time | 2024-11-11 10:22:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:16:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(Potato, Potato + Pot);
| ^~~~
| qsort
potatosalad.cpp:17:5: error: ‘reverse’ was not declared in this scope
17 | reverse(Potato, Potato + Pot);
| ^~~~~~~