摘要:
#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
外号班长
阅读(84)
评论(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
外号班长
阅读(111)
评论(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
外号班长
阅读(152)
评论(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
外号班长
阅读(129)
评论(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
外号班长
阅读(157)
评论(0)
推荐(0)

浙公网安备 33010602011771号