| Problem | calc |
|---|---|
| User | beefburger |
| Submission Time | 2026-01-29 10:24:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
calc.cpp: In function ‘int main()’:
calc.cpp:15:4: error: ‘coun’ was not declared in this scope; did you mean ‘count’?
15 | coun++;
| ^~~~
| count
calc.cpp:22:15: error: missing template arguments before ‘.’ token
22 | sum += stack.pop();
| ^
calc.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
calc.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^