[Login|Register]
Problems

Status

Rank

Problem 1400
A+B
Time Limit: 1000ms
Memory Limit: 65536kb
Description
计算A+B的值,非常经典有木有啊?-10^18 <= A,B <= 10^18,输入以EOF作为结尾。对每行输入,输出一行A+B的值。
Input
多组输入,(不超过1000组),满足:-10^18 <= A,B <= 10^18,输入以EOF作为结尾。
Output
对每行输入,输出一行,即A+B的值。
Sample Input
1 1
2 3
10000 10000
Sample Output
2
5
20000
Source
FTDaddy@ustc.acm
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.0ms with 1 query(s).