欢迎访问服务器技术网-www.fuwuqijishu.com

怎么会没有结果呢?c语言!

程序设计 fuwuqijishu 2年前 (2022-10-01) 10次浏览 0个评论 扫描二维码

关于main()
{int a,b;
for(a=1,b=1;a<=100;a++)
{if(b>=20)break;
if(b%3==1){b+=3;continue;}
b-=5;
printf(“%d\n”,a);
}
我运行的时候没有结果,而答案是尤结果的咋回事?请详细解释!的问题

你这程序能运行才怪!!!看下面的箭头:
main()
{←left1
int a,b;
for(a=1,b=1;a=20)break;
if(b%3==1)
{←left3
b+=3;
continue;
}←right1
b-=5;
printf(“%d\n”,a);
}←right2
如果是你粘贴出来的时候漏了,那么关键就在countinue这句了。把他去了就能显示结果,否则是看不到结果的!!!

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2505.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900