#Lutece0521. 人见人爱A+B

人见人爱A+B

Migrated from Lutece 521 人见人爱A+B

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

计算A+B。

Input

输入只有一组数据,数据包含55行,有两个数a,b0a,b100000)a,b(0 \leq a,b \leq 100000),用空格隔开。

更多解释请看Hint

Output

对于每组数据,输出a+b的结果。

更多解释请看Hint

Samples

+-+ +-+ +-+ +-+ +-+     +-+ +-+ +-+ +-+
  | | | |     | | |       | |     |   |
+-+ + + +-+   + +-+       + +-+   +   +
  | | |   |   |   |       |   |   |   |
+-+ +-+ +-+   + +-+       + +-+   +   +
+-+ +-+   + +-+ +-+
  | | |   | |   |  
+-+ +-+   + +-+ +-+
  | | |   |   | | |
+-+ +-+   + +-+ +-+

Note

对样例输入的解释:

+-+ +-+ +-+ +-+ +-+     +-+ +-+ +-+ +-+
  | | | |     | | |       | |     |   |
+-+ + + +-+   + +-+       + +-+   +   +
  | | |   |   |   |       |   |   |   |
+-+ +-+ +-+   + +-+       + +-+   +   +

表示的数据是3057930579 75777577

对样例输出的解释:

+-+ +-+   + +-+ +-+
  | | |   | |   |  
+-+ +-+   + +-+ +-+
  | | |   |   | | |
+-+ +-+   + +-+ +-+

表示的数据是3815638156

注意在这个问题中,0~9分别是下面这样表示的:

+-+   + +-+ +-+ + + +-+ +-+ +-+ +-+ +-+
| |   |   |   | | | |   |     | | | | |
+ +   + +-+ +-+ +-+ +-+ +-+   + +-+ +-+
| |   | |     |   |   | | |   | | |   |
+-+   + +-+ +-+   + +-+ +-+   + +-+ +-+

请严格按照给定的输入输出格式,否则将导致Presentation Error

Resources

mzry1992