A+B and C (32bit)
该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。
P1002 A+B and C (32bit)
Difficulty: \(\color{grey}50\)
Problem Statement
gutc gives Radar three numbers: \(A\), \(B\), and \(C\). Radar needs to work out whether \(A+B>C\).
Constraints
\(-2^{32} \le A,B,C < 2^{32}\)
Input
\(A\ B\ C\)
Output
If \(A+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 #2 (Div. 2) - Rematch - AOCR #1 - With Additionals
- 状态
- 已结束
- 规则
- ACM/ICPC
- 题目
- 7
- 开始于
- 2021-10-02 13:30
- 结束于
- 2021-10-02 16:30
- 持续时间
- 3.0 小时
- 主持人
- 参赛人数
- 9