Tam giác vuông

View as PDF



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

Nhập vào 3 số nguyên dương \(A, B, C\). Kiểm tra xem \(A, B, C\) có tạo thành tam giác vuông hay không. Nếu có thì in yes còn ngược lại thì in no.

Input

  • Nhập 3 số nguyên dương \(A, B, C\) (\(1 \leq A, B, C \leq 1000\)).

Output

  • In ra đáp án theo yêu cầu đề bài.

Example

Test 1
Input
3 4 5
Output
yes

Comments

There are no comments at the moment.