Problem | hashcollision |
---|---|
User | VNHbest |
Submission Time | 2025-03-18 00:58:34 |
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:18: error: ‘a’ was not declared in this scope
5 | int eslihash(a);
| ^
hashcollision.cpp:6:9: error: redeclaration of ‘int eslihash’
6 | int eslihash(a);
| ^~~~~~~~
hashcollision.cpp:5:9: note: ‘int eslihash’ previously declared here
5 | int eslihash(a);
| ^~~~~~~~