#abc238a. [abc238_a]Exponential or Quadratic
[abc238_a]Exponential or Quadratic
Problem Statement
Does hold?
Constraints
- is an integer between and (inclusive).
Input
Input is given from Standard Input in the following format:
Output
If , print Yes
; otherwise, print No
.
Sample Input 1
5
Sample Output 1
Yes
Since , we have , so Yes
should be printed.
Sample Input 2
2
Sample Output 2
No
For , we have , so does not hold. Thus, No
should be printed.
Sample Input 3
623947744
Sample Output 3
Yes