package main import . "fmt" import . "math/big" func main() { var t int Scan(&t) n := new(Int) for ; t>0; t-- { Scan(n) Println(n.Sqrt(n)) } }