| Problem | whatisthisactf |
|---|---|
| User | Ok |
| Submission Time | 2024-11-24 15:29:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
whatisthisactf.cpp:8:27: error: redefinition of ‘char* a’
8 | void magic(char* a, char* a){
| ~~~~~~^
whatisthisactf.cpp:8:18: note: ‘char* a’ previously declared here
8 | void magic(char* a, char* a){
| ~~~~~~^