C语言经典100例中第91时间函数的那个,编译不出来,求正确代码

日期:2021-12-28 06:26:46 人气:1

C语言经典100例中第91时间函数的那个,编译不出来,求正确代码

#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*/
    A+
热门评论