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