Problem deciphering_zane_ex
User jeongwonho64
Submission Time 2023-04-15 21:13:08
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:22:58: error: expected ‘;’ before ‘else’
22 | else if(T == 9) return "U shud give us ur insta PW then"
| ^
| ;
23 | else return nullptr;
| ~~~~