Bobo has two fractions xaxa and ybyb. He wants to compare them. Find the result. 输入描述: The input consists of several test cases and is terminated by end-of-file. Each test case contains four integers x, a, y, b. * 0≤x,y≤1018 * 1≤a,b≤109 * There are at most 105 test cases. 输出描述: For each test cas...