| Problem | deciphering_zane_ex |
|---|---|
| User | YSH2020 |
| Submission Time | 2024-06-30 10:28:35 |
| 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:5:46: error: expected ‘;’ before ‘return’
5 | if (tc == 1) return "u finished ur chem?"
| ^
| ;
6 | return NULL;
| ~~~~~~