国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

A+B (III)

2019-11-09 21:08:15
字體:
來源:轉載
供稿:網友

Your task is to Calculate a + b.

Input

There are multiple test cases. Each test case contains only one line. Each line consists of a pair of integers a and b(1=< a,b <=1016), separated by a space. Input is followed by a single line with a = 0, b = 0, which should not be PRocessed.

Output

For each pair of input integers a and b you should output the sum of a and b in one line, and with one line of output for each line in input.

Sample Input
1 510 2010000000000000000 100000000000000000 0Sample Output
63020000000000000000
#include <iostream>using namespace std;int main(){	long m,n;    while(cin>>m>>n,m+n)    	cout<<m+n<<endl;    return 0;}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 青浦区| 抚顺县| 盘山县| 比如县| 瑞丽市| 莱阳市| 安徽省| 黔东| 古蔺县| 仁化县| 文山县| 桐梓县| 华宁县| 巧家县| 淅川县| 新巴尔虎右旗| 扎兰屯市| 松溪县| 高淳县| 吐鲁番市| 长寿区| 安阳市| 井陉县| 遵义市| 泗洪县| 吉木乃县| 当阳市| 吉安市| 陵川县| 五大连池市| 景泰县| 合肥市| 湘潭县| 江安县| 太保市| 宁远县| 徐州市| 北京市| 章丘市| 济南市| 宜兰市|