Problem | deciphering_zane_ex |
---|---|
User | blackscreen1 |
Submission Time | 2023-04-06 21:00:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
deciphering_zane_ex.cpp: In function ‘const char* jellybean(int)’:
deciphering_zane_ex.cpp:8:52: error: expected ‘;’ before ‘return’
8 | if (tc == 3) return "y u want to cut off my badge"
| ^
| ;
9 | return NULL;
| ~~~~~~