#pragma once #ifndef IO_H #define IO_H void OutPut(int* arr, int Arraylength); void InPutArrayLength(int *Arraylength); #endif