Problem1477--a+b

1477: a+b

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 6  Solved: 4
[Submit] [Status] [Web Board] [Creator:]

Description

print sum of integer a, b.

Input

integer a, b is input in one line

Output

print sum of a and b.

Sample Input Copy

1 2

Sample Output Copy

3

Source/Category

Raya Omar