游客 Signup | Login
中文 | En

3911 - a + b

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

    Your task is to calculate the sum of two nembers.

<br />

Input

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

Output


    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;

Examples

Input Format

1
839.08 999.91

Output Format

1838.99