Problem deciphering_zane_ex
User YSH2020
Submission Time 2024-06-30 10:36:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_ex.cpp: In function ‘const char* jellybean(int)’:
deciphering_zane_ex.cpp:6:49: error: expected ‘;’ before ‘if’
6 | if (tc == 12) return "Jianhong is jinghong?"
| ^
| ;
7 | if (tc == 15) return "XD how'd u understand what i meant";
| ~~