| Problem | hashcollision |
|---|---|
| User | loverin |
| Submission Time | 2023-05-09 21:40:22 |
| 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:20: error: expected initializer before string constant
5 | std::string thing "a";
| ^~~
hashcollision.cpp:7:12: error: ‘thing’ was not declared in this scope
7 | eslihash(thing);
| ^~~~~