`
nathan09
  • 浏览: 144826 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

显示系统的时间

 
阅读更多
#include<stdio.h>
#include
<time.h>

intmain()...{
time_tnow;
time(
&now);
printf(
"%s ",asctime(localtime(&now)));
return0;
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics