Problem guessproblem4_ex
User blackscreen1
Submission Time 2024-01-02 19:53:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem4_ex.cpp: In function ‘const char* solve(int)’:
guessproblem4_ex.cpp:19:35: error: expected ‘;’ before ‘if’
19 | if(T == 22)return "uniquenumbers"
| ^
| ;
20 | if(T == 24)return "numbergame"; //thanks wayoo
| ~~