文章详情
时间:2010-07-04 来源:hnrainll
#include <stdio.h> #include <stdlib.h> #include <time.h> int main(int argc, char *argv[]) { struct tm *local; time_t tm; tm = time(NULL); local = localtime(&tm); printf("Local time and date: %s\n", asctime(local)); local = gmtime(&tm); printf("UTC time and date: %s\n", asctime(local)); system("pause"); return 0; }
mirrox模组(玩家自制)手机版下载
集装箱模拟器手机版下载安装
哔咔漫画app下载免费2025
1970-01-01