Outside the interval
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Determine whether the number is outside the interval . The number is outside the interval if either or .
Input
Three integers , each not exceeding in absolute value.
Output
Print "OUT" if the number does not belong to the interval . Otherwise, print "IN".
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 17K
Acceptance rate 48%