Problem deciphering_zane_ex
User IWKR
Submission Time 2023-04-06 21:04:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_ex.cpp:5:8: error: ambiguating new declaration of ‘std::string jellybean(int)’
5 | string jellybean (int tc) {
| ^~~~~~~~~
In file included from deciphering_zane_ex.cpp:2:
deciphering_zane_ex.h:1:13: note: old declaration ‘const char* jellybean(int)’
1 | const char* jellybean(int T);
| ^~~~~~~~~