Problem | potatosalad |
---|---|
User | Henries |
Submission Time | 2024-09-29 23:05:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:22: error: expected ‘;’ before ‘v’
14 | sum = sum + v.top()
| ^
| ;
15 | v.pop();
| ~