| Problem | contestcalc |
|---|---|
| User | anonymous1801 |
| Submission Time | 2026-03-07 10:53:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:12:8: error: no match for ‘operator[]’ (operand types are ‘int’ and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’})
12 | score[name] = score;
| ^
contestcalc.cpp:20:18: error: ‘score’ was not declared in this scope; did you mean ‘scroes’?
20 | total_score += score[selected_name];
| ^~~~~
| scroes