Problem | goodprogrammer |
---|---|
User | hwy |
Submission Time | 2023-06-07 00:24:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:9:25: error: no match for call to ‘(std::string {aka std::__cxx11::basic_string<char>}) ()’
9 | string wabbit = wabbit();
| ^
goodprogrammer.cpp:10:9: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
10 | return "wabbit";
| ^~~~~~~~
| |
| const char*