#P1001. A+B Fromat

A+B Fromat

Description

Given two integers x and y, print the sum in format.

Format

Right to left for every three digits, plus one ,

Input

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

Output

One integer, the sum of x and y in format.

Samples

1230 5000
6,230