#include #include #include "struct.h" using namespace std; timeType ReturnTime(); int main() { ReturnTime(); system("pause"); return 0; }