Problem | hashcollision |
---|---|
User | Mimikyu |
Submission Time | 2024-08-16 15:01:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hashcollision.cpp: In function ‘void end2020(int, int)’:
hashcollision.cpp:5:15: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
5 | int eslihash("mimikyu")
| ^~~~~~~~~
| |
| const char*
hashcollision.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘int’
6 | int eslihash("AC")
| ^~~