系统 time函数实现 #define _CRT_SECURE_NO_WARNINGS //使用了VS2017认为unsafe的函数 #include <iostream> #include <ctime> #include <conio.h> #include <cstring> using namespace std; struct tj_time { int tj_year; //表示年份 int tj_month; //表示月(1-12)...