Problem contestcalc
User sharelletqx
Submission Time 2026-03-07 10:55:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:20:9: error: expected initializer before ‘+=’ token
20 | int av+=h[name];
| ^~
contestcalc.cpp:22:8: error: ‘av’ was not declared in this scope
22 | cout<<av/c;
| ^~