#include <dos.h>
#include <stdio.h>
int
main(
void
)
{
i;
for
(i=1; i<5; i++)
printf
(
"Sleeping for %d seconds\n"
, i);
sleep(i);
}
return
0;
by: 发表于:2017-08-23 16:26:34 顶(0) | 踩(0) 回复
??
by: 发表于:2017-08-23 16:26:34 顶(0) | 踩(0) 回复
??
回复评论