Problem | guessproblem4_ex |
---|---|
User | blackscreen1 |
Submission Time | 2024-01-01 14:22:58 |
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:10:36: error: expected ‘;’ before ‘if’
10 | if(T == 11)return "mamamintaplusa"
| ^
| ;
11 | if(T == 15)return "lampice";
| ~~