多学习!
#include <stdio.h>
int main(void)
{
for(;;)
printf("test!\n");
sleep(3);
}
return 0;
今天又学到了新东西,谢谢