Time limit
2s
Memory limit
128 MB
You must determine one integer.
You are given the following two pieces of information.
If exactly one integer is possible from this information, output that integer. Otherwise, output that the number is unknown.
The first line contains the two endpoints of the interval where the integer may lie.
The second line contains the divisor x and the remainder y.
Every number in the input is an integer between -2^31 and 2^31 - 1, inclusive.
If the possible integer can be determined uniquely, output that integer. If it cannot be determined uniquely, output Unknwon Number.