#2653. a + b

    ID: 2653 传统题 1000ms 128MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>语言入门-输入输出练习洛谷高精度数值计算模拟

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

输出

1838.99