100 #A000001. a+b question

a+b question

Background

Special for beginners, ^_^

Description

Given two integers a and b, print the sum.

Format

Input

Two integers a and b, satisfying 0a,b9999999999999999990\leq a,b\leq 999999999999999999 .

Output

One integer, the sum of a and b.

Samples

123 500
623

Limitation

1s, 1024KiB for each test case.