#include "space.h" #include using namespace std; int main() { Space space(356, 288); space.DoDistTab(); space.ShowTab(); space.DoIndexTab();