Problem deciphering_zane_ex
User AltheaZ
Submission Time 2023-11-15 10:22:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_ex.cpp:5:24: error: ‘const char* jellybean’ redeclared as different kind of entity
5 | const char* jellybean(T);
| ^
In file included from deciphering_zane_ex.cpp:2:
deciphering_zane_ex.h:1:13: note: previous declaration ‘const char* jellybean(int)’
1 | const char* jellybean(int T);
| ^~~~~~~~~
deciphering_zane_ex.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if (T==1) cout<<"u finished ur chem?";
| ^~
deciphering_zane_ex.cpp:8:1: error: expected unqualified-id before ‘if’
8 | if (T==2) cout<<"Hypnotize him";
| ^~
deciphering_zane_ex.cpp:9:1: error: expected unqualified-id before ‘if’
9 | if (T==3) cout<<"y u want to cut off my baguette";
| ^~
deciphering_zane_ex.cpp:10:1: error: expected unqualified-id before ‘if’
10 | if (T==14) cout<<"u got jeongwonho in this chat";
| ^~
deciphering_z