#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
输入只有一组数据,数据包含行,有两个数,用空格隔开。
更多解释请看Hint
。
Output
对于每组数据,输出a+b的结果。
更多解释请看Hint
。
Samples
+-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+
| | | | | | | | | | |
+-+ + + +-+ + +-+ + +-+ + +
| | | | | | | | | |
+-+ +-+ +-+ + +-+ + +-+ + +
+-+ +-+ + +-+ +-+
| | | | | |
+-+ +-+ + +-+ +-+
| | | | | | |
+-+ +-+ + +-+ +-+
Note
对样例输入的解释:
+-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+
| | | | | | | | | | |
+-+ + + +-+ + +-+ + +-+ + +
| | | | | | | | | |
+-+ +-+ +-+ + +-+ + +-+ + +
表示的数据是
对样例输出的解释:
+-+ +-+ + +-+ +-+
| | | | | |
+-+ +-+ + +-+ +-+
| | | | | | |
+-+ +-+ + +-+ +-+
表示的数据是。
注意在这个问题中,0
~9
分别是下面这样表示的:
+-+ + +-+ +-+ + + +-+ +-+ +-+ +-+ +-+
| | | | | | | | | | | | | |
+ + + +-+ +-+ +-+ +-+ +-+ + +-+ +-+
| | | | | | | | | | | | |
+-+ + +-+ +-+ + +-+ +-+ + +-+ +-+
请严格按照给定的输入输出格式,否则将导致Presentation Error
。
Resources
mzry1992