PROGRAMMING:Top students' exercises
Once I went to the toilet to pass the top class. Suddenly, a physics exercise book came over. I picked it up and threw it back through the window.
Then the class burst into laughter. I've never heard such exaggerated laughter in my life.
Later I learned that it was the physics teacher of this class who wanted to check the physics homework on a whim. Then found a bully homework did not write.
He grabbed the exercise book of the bully and laughed
As for your attitude, you should be able to get into 211, unless this exercise book can fly back by yourself!
In the air when the exercise book flies back from the window, among the numerous problems, I can see that there is only one problem I can't solve
Given three sides a, B, C, please judge whether the three sides can form a triangle.
###Input format:
Enter three integers a, B, C (0 < A, B, C < = 100)
###Output format:
Judge whether a, B and C can form a triangle. If you can, please output "yes!", Otherwise, please output "no!"
###Input example:
Here is a set of inputs. For example:
```in
42 68 35
1 70 25
```
###Output example:
The corresponding output is given here. For example:
```out
Yes!
no!
```
answer:If there is no answer, please comment
Then the class burst into laughter. I've never heard such exaggerated laughter in my life.
Later I learned that it was the physics teacher of this class who wanted to check the physics homework on a whim. Then found a bully homework did not write.
He grabbed the exercise book of the bully and laughed
As for your attitude, you should be able to get into 211, unless this exercise book can fly back by yourself!
In the air when the exercise book flies back from the window, among the numerous problems, I can see that there is only one problem I can't solve
Given three sides a, B, C, please judge whether the three sides can form a triangle.
###Input format:
Enter three integers a, B, C (0 < A, B, C < = 100)
###Output format:
Judge whether a, B and C can form a triangle. If you can, please output "yes!", Otherwise, please output "no!"
###Input example:
Here is a set of inputs. For example:
```in
42 68 35
1 70 25
```
###Output example:
The corresponding output is given here. For example:
```out
Yes!
no!
```
answer:If there is no answer, please comment