| Problem | contestcalc |
|---|---|
| User | CZHT |
| Submission Time | 2026-03-07 10:54:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int32_t main()’:
contestcalc.cpp:14:13: error: conflicting declaration ‘auto name’
14 | map[name] = score;
| ^~~~
contestcalc.cpp:11:16: note: previous declaration as ‘std::string name’
11 | string name;
| ^~~~
contestcalc.cpp:22:21: error: missing template arguments before ‘[’ token
22 | total += map[name];
| ^