Problem | deciphering_zane_ex |
---|---|
User | IWKR |
Submission Time | 2023-04-06 21:01:30 |
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:8: error: expected unqualified-id before ‘=’ token
7 | char = 'u finished ur chem?';
| ^
deciphering_zane_ex.cpp:8:10: error: expected primary-expression before ‘char’
8 | return char;
| ^~~~
deciphering_zane_ex.cpp:8:9: error: expected ‘;’ before ‘char’
8 | return char;
| ^~~~~
| ;
deciphering_zane_ex.cpp:8:10: error: declaration does not declare anything [-fpermissive]
8 | return char;
| ^~~~