10909: A+B

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:0

Description

print the sum of two integer

Input

two integer a and b

Output

the sum of a and b

Sample Input Copy

1 2

Sample Output Copy

3

HINT

use scanf and printf in stdio.h