Problem goodprogrammer
User hwy
Submission Time 2023-06-07 00:24:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodprogrammer.cpp:8:1: error: ‘::main’ must return ‘int’
8 | string main() {
| ^~~~~~
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*