标题:循环怎么结束
取消只看楼主
椿尘楠子
Rank: 1
来 自:湖南
等 级:新手上路
帖 子:4
专家分:5
注 册:2011-8-26
结帖率:50%
已结贴  问题点数:1 回复次数:0 
循环怎么结束
#include<iostream>
using namespace std;


int main(void)
{
    int a;
    cout<<"Please input the number:\n";
    while(cin>>a)
    {
        cout<<a<<endl;
    }
    cout<<endl;
   
    return 250;
}

这个循环除了按ctrl+z结束之外,还有什么方法可以让它结束么,希望高手解决
搜索更多相关主题的帖子: void 
2012-02-23 16:15



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




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

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