Problem | guessproblem4_ex |
---|---|
User | jmuzhen |
Submission Time | 2024-02-27 14:12:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem4_ex.cpp: In function ‘const char* solve(int)’:
guessproblem4_ex.cpp:11:14: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘const char*’ in return
11 | return xd[T];
| ~~~~^
| |
| std::string {aka std::__cxx11::basic_string<char>}