#OLD323. A+B Problem (0)

A+B Problem (0)

Description

Calculate a+b

Format

Input

Two integer a,b (0<=a,b<=10)

Output

a + b

Samples

1 2
3

Hint