#P2001. 普通困难

普通困难

No testdata at current.

Background

Special for beginners, ^_^

Description

Given two integers x and y, print the sum.

IF you print 0. You will AC.

Format

Input

Two integers x and y, satisfying 0x,y10100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\leq x,y\leq 10^ 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 .

Output

One integer, the sum of x and y.

Samples

123 500
623

Limitation

0.1s, 100KiB for each test case.