#include <stdio.h>
int main(void)
{
int i;
int j;
for (i=0; i<3; ++i)
printf("111n");
for (j=2; j<5; ++j)
{
printf("222!n");
printf("333!n");
}
printf("444n");
return 0;
}
最后
以上就是兴奋航空最近收集整理的关于C语言之 多个for嵌套使用1的全部内容,更多相关C语言之内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复