| Problem | whatisthisactf |
|---|---|
| User | IWKR |
| Submission Time | 2023-04-01 16:56:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
whatisthisactf.cpp:10:8: error: ambiguating new declaration of ‘std::string magic(char*, char*)’
10 | string magic(char *INPUT, char *OUTPUT)
| ^~~~~
In file included from whatisthisactf.cpp:3:
whatisthisactf.h:2:6: note: old declaration ‘void magic(char*, char*)’
2 | void magic(char* INPUT, char* OUTPUT);
| ^~~~~