Problem deciphering_zane_ex
User Potato3218
Submission Time 2024-06-19 17:27:47
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:9:64: error: expected ‘;’ before ‘return’
9 | if(T == 19) return "Rly shouldn’t open this cuz i in public"
| ^
| ;
10 | return nullptr;
| ~~~~~~