Problem deciphering_zane_ex
User AlphanumericUsername
Submission Time 2023-04-06 15:57:44
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:13:62: error: expected ‘;’ before ‘else’
13 | else if(tc==9) return "U should give us ur insta PW then"
| ^
| ;
14 | else if(tc==10) return NULL;
| ~~~~