You are to determinate X by given Y , from expression X = √Y
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 leading zeroes in it. It is guaranteed, that for given Y , X will be always an integer. Each test case will be separated by a single line.
For each test case, your program should print X in the same format as Y was given in input. Print a blank line between the outputs for two consecutive test cases.
範例輸入 1
1 7206604678144
範例輸出 1
2684512
Pro 專屬功能: 查看這題在歷屆 CPE 出現過幾次 — 升級以解鎖.