求c语言代码(c语言代码大全可复制免费)

求c语言代码(c语言代码大全可复制免费)

首页维修大全综合更新时间:2024-04-07 17:58:53

求c语言代码

#include "stdio.h"

#include "time.h"

void main()

{ time_t lt; /*define a longint time varible*/

lt=time(NULL);/*system time and date*/

printf(ctime(<)); /*english format output*/

printf(asctime(localtime(<)));/*tranfer to tm*/

printf(asctime(gmtime(<))); /*tranfer to Greenwich time*/

}

大家还看了
也许喜欢
更多栏目

© 2021 3dmxku.com,All Rights Reserved.