摘要: #include using namespace std;int main(){ int a,b,sum; int i; while(cin>>a>>b){ cout<<a+b<<endl; ... 阅读全文
posted @ 2018-03-10 12:43 外号班长 阅读(80) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){ int n,i,j,k,sum; cin>>n; while(n--) { sum=0; cin>>k; for(i=1;i... 阅读全文
posted @ 2018-03-10 12:43 外号班长 阅读(104) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){int a,b,c,sum;while (cin>>a){ sum=0; for(b=1;b>c; sum+=c; } cout<... 阅读全文
posted @ 2018-03-10 12:36 外号班长 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){ int n,i,k,j,sum; //int a,b,c; cin>>n; for(i=1;i>k; while(k--) {... 阅读全文
posted @ 2018-03-10 12:35 外号班长 阅读(121) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){ int n,i,sum; int a,b; while(cin>>i) { sum=0; if(i==0)break;//若i... 阅读全文
posted @ 2018-03-10 12:33 外号班长 阅读(151) 评论(0) 推荐(0) 编辑