Inside the interval
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Determine whether the number belongs to the interval . The number belongs to the interval if .
Input
Three integers , each not exceeding in absolute value.
Output
Print "YES" if the number belongs to the interval . Otherwise, print "NO".
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 21K
Acceptance rate 46%