#include "windows.h"
#include "stdio.h"
void main()
{
DWORD time;
time=GetTickCount();
printf("%s",&time);}
时间的格式化不对,请高手改一下