Problem guessproblem4_ex
User usernamehere
Submission Time 2024-03-24 11:14:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem4_ex.cpp: In function ‘const char* solve(int)’:
guessproblem4_ex.cpp:15:15: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
15 | (const (char*)) *unattempted=NULL;
| ^
guessproblem4_ex.cpp:15:19: error: ‘unattempted’ was not declared in this scope
15 | (const (char*)) *unattempted=NULL;
| ^~~~~~~~~~~
guessproblem4_ex.cpp:17:23: error: expected ‘;’ before ‘}’ token
17 | return "citymapping"
| ^
| ;
18 | } else {
| ~