Price function - 2
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the value of the function, given with the graph. The points x = -3, 3, 6 are not included into the domain of the function.
Input
One real number x - the value of the argument.
Output
Print the value of the function y = f(x) with 4 decimal digits, or NO FUNCTION if the function is not defined for the given argument.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 1K
Acceptance rate 9%