package main import . "fmt" import . "math/big" func main() { n:=new(Int) Scan(n) n.Sqrt(n) Println(len(n.Text(10))) }