#include int main(int argc, char* argv[]) { if (argc != 2) { std::printf("The size of the hash table is needed"); return 1; } return 0; }