#945. a加b

a加b

题目描述

小青遇到了这样一个问题:Your task is to calculate the sum of two nembers.

输入格式

Input contains an integer N in the first line,and then n lines follows;Each line contains two nembers.

输出格式

For each group of input nembers,you should output their sum with the accuracy of two decimal digits after the point in one line ,and you must notice that there is a blank between outputs; 1 839.08 999.91

样例

样例 1

输入 # 1

1

839.08 999.91

输出 # 1

1838.99