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

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:15:32: error: expected ‘;’ before ‘potato’
15 | s=s+potato[(potato.size()-1)]
| ^
| ;
16 | potato.pop();
| ~~~~~~