Problem | guessproblem4_ex |
---|---|
User | oolimry |
Submission Time | 2024-01-01 13:43:59 |
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:7:37: error: expected ‘;’ before ‘else’
7 | if(T==18) return "dynamicdiameter2"
| ^
| ;
8 | else return NULL;
| ~~~~