int array[9]; for(int i = 0; i < 9; ++i) array[i] = i; cout << Map(array) << endl;