11113 - Thousands Separator Lite   

Description

To represent a decimal number clearly and formally, one must insert commas (,) for the thousands separators, and a period (.) to separate the integer part from the fractional part.
For example, the number "123456789.012" should be represented as "123,456,789.012". 
Now you have 2 such numbers in the standard format, and you want to calculate the summation of them.

Input

Output

For each case, you should output one line that exactly contains the summation of the 2 numbers, which is a integer without any commas.

Sample Input  Download

Sample Output  Download

Tags




Discuss