[UVA][JAVA] 10023 - Square root
Square root
The Problem
You are to determinate X by given Y, from expression
The Input
The first line is the number of test cases, followed by a blank line.
Each test case of the input contains a positive integer Y (1<=Y<=101000),
with no blanks or le...