Problem | hashcollision |
---|---|
User | Soysauce |
Submission Time | 2024-03-04 21:09:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hashcollision.cpp: In function ‘void end2020(int, int)’:
hashcollision.cpp:21:21: error: ‘answer’ was not declared in this scope
21 | answer(score); // Output the score
| ^~~~~~
hashcollision.cpp:34:5: error: ‘answer’ was not declared in this scope
34 | answer(100);
| ^~~~~~
hashcollision.cpp:58:28: error: ‘N’ was not declared in this scope
58 | if (total_boxes >= N) {
| ^