| Problem | deciphering_zane_ex |
|---|---|
| User | kxd |
| Submission Time | 2023-11-04 17:28:06 |
| 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:10:54: error: expected ‘;’ before ‘return’
10 | if(t==18) return "Like how much the vacation charge"
| ^
| ;
11 | return NULL;
| ~~~~~~