Problem contestcalc
User WangZH
Submission Time 2025-04-04 15:03:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:18:3: error: ‘sum’ was not declared in this scope
18 | sum += list[name];
| ^~~
contestcalc.cpp:20:10: error: ‘sum’ was not declared in this scope
20 | cout << sum / c1;
| ^~~