11843 - The A+B Problem   

Description

Given two value a and b, output the result of a+b.

Input

0 <= a, b <= 100000000.

Output

a+b

You need to print newline character '\n' in the end.

Sample Input  Download

Sample Output  Download

Partial Judge Code

11843.c

Partial Judge Header

11843.h

Tags




Discuss