eolymp
bolt
Try our new interface for solving problems

A + B

Given two integers \textbf{A} and \textbf{B} in an unusual presentation: the number divided into groups of three digits, starting with the discharge of units with a comma. Your task is to find their sum and displays the result in the usual decimal form of normal output. \InputFile The input data consist of multiple data sets. Each test case is filed in a separate line, contains two integers \textbf{A} and \textbf{B} (\textbf{|A|}, \textbf{|B|} < \textbf{10^9}) and a number separated by a space. \OutputFile For each test case print the results on a separate line in the normal form of output.
Time limit 1 second
Memory limit 64 MiB
Input example #1
-234,567,890 123,456,789
1,234 2,345,678
Output example #1
-111111101
2346912