Cake
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
After the second round of programming contests, Olympiad participants decided to celebrate this event. For this purpose, a large rectangular cake was ordered. The participants gathered at the round table. Naturally, they have a question: is it possible to put a rectangular cake on the round table so that no piece of cake will extend beyond the table. You need to know the size of the cake and the radius of the table.
Input
Contains three positive integers: the radius of the table , the width of the cake , and the length of the cake .
Output
Print the word "YES", if the cake can be placed on the table, and the word "NO" otherwise.
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 30K
Acceptance rate 27%