1096 A+B for Input-Output Practice (VIII)

Posted 任我主宰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1096 A+B for Input-Output Practice (VIII)相关的知识,希望对你有一定的参考价值。

#include<iostream>
using namespace std;
int main(){
   int ts;
   cin>>ts;
   for(int i=0;i<ts-1;i++){
      int n,a,b;
      while(cin>>n){
       int sum = 0;
       while(n--){
           int t;
     cin>>t;
        sum+=t;   
    }
    cout<<sum<<endl<<endl;
       }
    }
     int n,a,b;
      cin>>n;
       int sum = 0;
       while(n--){
           int t;
     cin>>t;
        sum+=t;   
    }
    cout<<sum<<endl;
    return 0;
}

以上是关于1096 A+B for Input-Output Practice (VIII)的主要内容,如果未能解决你的问题,请参考以下文章

HDU-1096-A+B for Input-Output Practice (VIII)

HDU 1096 A+B for Input-Output Practice (VIII)

Hdu 1096 A+B for Input-Output Practice (VIII)

codeforces 1096 题解

(HDU)1096 --A+B for Input-Output Practice (VIII)(输入输出练习(VIII))

数学CF1096C Polygon for the Angle