| Problem | contestcalc |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-03-07 10:56:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:12:22: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘std::map<std::__cxx11::basic_string<char>, int>::mapped_type’ {aka ‘int’} in assignment
12 | Mapp[name] = score;
| ^~~~~
| |
| std::string {aka std::__cxx11::basic_string<char>}