seventh的A+B

TimeLimit:2000MS  MemoryLimit:256MB
64-bit integer IO format:%I64d
未提交 | 登录后收藏 | 已有4人收藏了本题
Problem Description

图片.png


seventh非常的不喜欢0,因为上次在写FJUTOJ1319这道题目的时候被0坑的老惨了

所以他本来打算出一道很简单的数学题给你们,但是因为他不喜欢0,所以他决定稍稍微加点难度

E8]%F0A`G1WQ@TDB5LPQ_XH.gif

他本来打算给出两个数然后直接让你们算出两个数的和,怎么样?简单吧!

但是seventh不喜欢0,所以他照样还是给你们两个数,但是要你们判断去掉0以后,他们答案是不是还是正确的。

比如101+102=203,去掉0以后,11+12=23,这样子就是正确的。

Input

The input will consist of two lines, the first line will contain the integer a, and the second line will contain the integer b which are in the equation as described above (1 ≤ a, b ≤ 109). There won't be any leading zeros in both. The value of c should be calculated as c = a + b.


输入有两行,

第一行输入一个整数a,第二行输入一个正式b,(1 ≤ a, b ≤ 109).两者都不会有前导零


Output

The output will be just one line, you should print "YES" if the equation will remain correct after removing all zeros, and print "NO" otherwise.

计算a+b的和,判断去掉0以后的结果是不是正确的,如果是打印YES,反之则打印NO

SampleInput 1
101
102
SampleOutput 1
YES
SampleInput 2
105
106
SampleOutput 2
NO
Submit
题目统计信息详细
总AC数48
通过人数44
尝试人数49
总提交量90
AC率48.89%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: