Problem | deciphering_zane_4 |
---|---|
User | dacashew |
Submission Time | 2024-01-01 00:49:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
deciphering_zane_4.cpp:79:14: error: ambiguating new declaration of ‘const string solve(int)’
79 | const string solve(int T){
| ^~~~~
In file included from deciphering_zane_4.cpp:60:
deciphering_zane_4.h:1:13: note: old declaration ‘const char* solve(int)’
1 | const char* solve(int T);
| ^~~~~