poj2756解题报告

来源:互联网 发布:莱阳螳螂拳淘宝 编辑:程序博客网 时间:2024/05/19 02:43
Autumn is a Genius
Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 6040 Accepted: 1269

Description

Jiajia and Wind have a very cute daughter called Autumn. She is so clever that she can do integer additions when she was just 2 years old! Since a lot of people suspect that Autumn may make mistakes, please write a program to prove that Autumn is a real genius.

Input

The first line contains a single integer T, the number of test cases. The following lines contain 2 integers A, B(A, B < 32768) each. The size of input will not exceed 50K.

Output

The output should contain T lines, each with a single integer, representing the corresponding sum.

Sample Input

11 2

Sample Output

3

Hint

There may be '+' before the non-negative number!
题目大意:Autumn是一个天才,他能计算A+B的和 (A, B < 32768).......
思路:这个题玩文字游戏,只给定了AB的上限而没给定AB下线,靠的。。。Autumn真是个天才,哎无奈 乖乖的用高精加减吧。。。汗
原创粉丝点击