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