Problem deciphering_zane_4
User Xiaoyang
Submission Time 2023-12-31 22:02:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_4.cpp: In function ‘const char* solve(int)’:
deciphering_zane_4.cpp:26:25: error: expected ‘;’ before ‘return’
26 | if(t==15)s="tan shuwei"
| ^
| ;
27 | return s;
| ~~~~~~