Problem potatosalad
User denzelong8811
Submission Time 2025-03-21 17:19:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:12:9: error: ‘potatoList’ was not declared in this scope
12 | potatoList.push_back(n);
| ^~~~~~~~~~
potatosalad.cpp:15:5: error: ‘potatoList’ was not declared in this scope
15 | potatoList.sort();
| ^~~~~~~~~~