Problem contestcalc
User StormyGood
Submission Time 2024-01-25 20:52:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:10:14: error: ‘integer’ was not declared in this scope
10 | map<string, integer> named;
| ^~~~~~~
contestcalc.cpp:10:21: error: template argument 2 is invalid
10 | map<string, integer> named;
| ^
contestcalc.cpp:10:21: error: template argument 4 is invalid
contestcalc.cpp:14:13: error: invalid types ‘int[int]’ for array subscript
14 | named[name]=score;
| ^
contestcalc.cpp:22:13: error: missing template arguments before ‘[’ token
22 | sum += map[d];
| ^