Problem hashcollision
User maximushartanto
Submission Time 2025-10-01 20:31:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hashcollision.cpp: In function ‘void end2020(int, int)’:
hashcollision.cpp:28:17: error: ‘assert’ was not declared in this scope
28 | assert false;
| ^~~~~~
hashcollision.cpp:10:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
9 | #include "hashcollision.h"
+++ |+#include <cassert>
10 |