[求助] 这个怎么不行呢?
我用的是TC2.01,这段程序#i nclude "time.h"
#i nclude "stdio.h"
int main(void)
{
struct tm *ptr;
time_t lt;
lt =time(NULL);
ptr=gmtime(<);怎么还有这个东西.不认识,是什么意思?
printf(asctime(ptr));
printf(ctime(<));
return 0;
}
就是不能通过.不知道是怎么搞的?
2007-09-30 21:59

2007-09-30 23:33
2007-10-02 08:37