Problem | deciphering_zane_ex |
---|---|
User | jeongwonho64 |
Submission Time | 2023-04-16 09:56:20 |
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:25:14: error: expected ‘)’ before numeric constant
25 | else if(T -- 19) return "Rlly shouldn’t open this cuz in public"
| ~ ^~~
| )
deciphering_zane_ex.cpp:25:68: error: expected ‘;’ before ‘else’
25 | else if(T -- 19) return "Rlly shouldn’t open this cuz in public"
| ^
| ;
26 | else return nullptr;
| ~~~~