| Problem | hashcollision |
|---|---|
| User | shenshiqi |
| Submission Time | 2026-01-16 15:11:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hashcollision.cpp: In function ‘int eslihash(std::string)’:
hashcollision.cpp:5:31: error: expected identifier before numeric constant
5 | int eslihash(string S) return 0;
| ^
hashcollision.cpp:5:24: error: named return values are no longer supported
5 | int eslihash(string S) return 0;
| ^~~~~~