1002: A+B
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2049
Solved:1049
Description
Give a and b, caclute a+b.
Input
Two integers a and b.
Output
a+b
Sample Input Copy
1 2
Sample Output Copy
3