#P1000. A + B Problem

A + B Problem

Given two integers x and y, print the sum.

INPUT FORMAT

Two integers x and y, satisfying 0x,y327670\leq x,y\leq 32767 .

OUTPUT FORMAT

One integer, the sum of x and y.

SAMPLE

INPUT

123 500

OUTPUT

623