Problem | miracleflover |
---|---|
User | kahchun |
Submission Time | 2024-01-01 15:19:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
miracleflover.cpp: In function ‘std::wstring solve(int, int)’:
miracleflover.cpp:6:22: error: could not convert ‘"Lionel Andr\37777777702\37777777664es Messi"’ from ‘const char [22]’ to ‘std::wstring’ {aka ‘std::__cxx11::basic_string<wchar_t>’}
6 | if (T == 0) return "Lionel Andr´es Messi";
| ^~~~~~~~~~~~~~~~~~~~~~~
| |
| const char [22]
miracleflover.cpp:9:9: error: could not convert ‘""’ from ‘const char [1]’ to ‘std::wstring’ {aka ‘std::__cxx11::basic_string<wchar_t>’}
9 | return "";
| ^~
| |
| const char [1]