Write a program that reads the following inputs: n (an integer), followed by n floating point numbers, and then two additional floating point numbers a and b. It outputs the smallest number in the input sequence bigger than a and largest number in the sequence smaller than b.