A+B and C (32bit)

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

P1002 A+B and C (32bit)

Difficulty: 50\color{grey}50

Problem Statement

gutc gives Radar three numbers: AA, BB, and CC. Radar needs to work out whether A+B>CA+B>C.

Constraints

232A,B,C<232-2^{32} \le A,B,C < 2^{32}

Input

A B CA\ B\ C

Output

If A+B>CA+B>C, print Yes; otherwise print No.

Samples

Input 1

10 20 29

Output 1

Yes

Input 2

10 20 30

Output 2

No

AOCode Round #1 (Div. 1) - First Contest ||Rated||

未参加
状态
已结束
规则
ACM/ICPC
题目
3
开始于
2021-08-22 14:15
结束于
2021-08-22 15:15
持续时间
1.0 小时
主持人
参赛人数
7