hdu1093
Posted 王坤1993
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hdu1093相关的知识,希望对你有一定的参考价值。
#include <iostream>
using namespace std;
int main()
{
int n,m,a,sum=0;
while(cin>>n)
{
while (n--)
{
cin>>m;
sum=0;
while(m--)
{
cin>>a;
sum=sum+a;
}
cout<<sum<<endl;
}
}
return 0;
}
以上是关于hdu1093的主要内容,如果未能解决你的问题,请参考以下文章
HDU 1093 A+B for Input-Output Practice (V)
hdu 1093 A+B for Input-Output Practice (V)
Hdu 1093 A+B for Input-Output Practice (V)