没分了,但还是想问,求解
#include<stdio.h>#include<time.h>
void main ()
{
time_t lt;
lt=time(NULL);
printf(ctime(<));
}
出错了!无法运行!
error C2143: syntax error : missing ')' before '<'
error C2198: 'ctime' : too few actual parameters
error C2059: syntax error : ')'