Problem calc
User beefburger
Submission Time 2026-01-29 10:24:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

calc.cpp: In function ‘int main()’:
calc.cpp:22:18: error: void value not ignored as it ought to be
22 | sum += sums.pop();
| ~~~~~~~~^~
calc.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
calc.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^