#include #include using namespace std; int main() { const int hashsize = 60000; int * h = new int[hashsize]; for (int i=0; i