A square number is an integer whose square root is another integer. For example, 1(1^2), 4(2^2), 9(3^2), 16(4^2) and so on. Given N queries, where each query will contain two integers, x and y. Your ...