Problem guessproblem3
User bribritt
Submission Time 2023-04-08 16:59:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem3.cpp: In function ‘int main()’:
guessproblem3.cpp:4:21: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
4 | int answers[11] = {"goodprogrammer","","","","","","helloworld2","","","",""};
| ^~~~~~~~~~~~~~~~
| |
| const char*
guessproblem3.cpp:4:38: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
4 | int answers[11] = {"goodprogrammer","","","","","","helloworld2","","","",""};
| ^~
| |
| const char*
guessproblem3.cpp:4:41: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
4 | int answers[11] = {"goodprogrammer","","","","","","helloworld2","","","",""};
| ^~
| |