#include #include #include void error(char estring[]) { cout << "ERROR: " << estring << "\n"; sleep(5); exit(-1); }