hdu1090

Posted 王坤1993

tags:

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

#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
while(n--){
int a,b;
cin>>a>>b;
cout<<a+b<<endl;
}
return 0;
}

以上是关于hdu1090的主要内容,如果未能解决你的问题,请参考以下文章

HDU 1090 A+B for Input-Output Practice (II)

Hdu 1090 A+B for Input-Output Practice (II)

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

转载:hdu 题目分类 (侵删)

hdu题目分类

poj1090 Chain