| Problem | contestcalc |
|---|---|
| User | JoelToh |
| Submission Time | 2026-02-13 16:40:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:16:19: error: expected ‘;’ before ‘}’ token
16 | b += nerds[name]
| ^
| ;
17 | }
| ~
contestcalc.cpp:18:13: error: expected ‘;’ at end of input
18 | cout << b/a
| ~^
| ;
contestcalc.cpp:18:12: error: expected ‘}’ at end of input
18 | cout << b/a
| ^
contestcalc.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^