标题:萌新请教,这需要怎么该才不是死循环
取消只看楼主
llc小白
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2020-7-3
结帖率:0
已结贴  问题点数:20 回复次数:0 
萌新请教,这需要怎么该才不是死循环
#include <iostream>
using namespace std;

int main()
{
   int a;
   cin>>a;
   while ( a<=10 )
   if (a<5)
   {
       cout << " hello good "<<endl;
   }
   else
   {
       cout <<"hello baibai"<<endl;
   }
   (a=a+1);
    return 0;
}
搜索更多相关主题的帖子: cout 死循环 hello int iostream 
2020-07-03 23:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-502384-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.099951 second(s), 10 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved