Kiểm tra tam giác #1

View as PDF



Problem type
Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập vào ba số \(A, B, C\) kiểm tra xem 3 số có phải 3 cạnh của 1 tam giác hay không.

Nếu có in ra \("YES"\), nếu không in ra \("NO"\).

Input

  • Ba số nguyên \(A, B, C\) (\(1 \leq A, B, C \leq 10^5\)).

Output

  • Kết quả bài toán.

Example

Test 1
Input
3 4 5
Output
YES

Comments

There are no comments at the moment.