| Problem | deciphering_zane_ex |
|---|---|
| User | zengminghao |
| Submission Time | 2023-04-06 22:20:03 |
| 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:7:39: error: expected ‘;’ before ‘return’
7 | if (tc == 13) return "But morally"
| ^
| ;
8 | return NULL;
| ~~~~~~