#OLD168. 求和

求和

Description

定义整形 a,b(a=b<1000000000);多组输入 a,b;求它们的和

Format

Input

输入 a,b

Output

输出的每个和独占一行

Samples

1 2
3

Hint