int i = 0;
for (i = 0; i < 10; i++)
{
if (i== 5)
printf("haha\n");
else
printf("hehe\n");
}
标签:10,int,haha,else,++,循环,printf From: https://blog.51cto.com/u_15838933/5784607
int i = 0;
for (i = 0; i < 10; i++)
{
if (i== 5)
printf("haha\n");
else
printf("hehe\n");
}
标签:10,int,haha,else,++,循环,printf From: https://blog.51cto.com/u_15838933/5784607