package main import . "fmt" import . "math/big" func main() { n:=new(Int) Scan(n) Println(n.Mul(n,NewInt(10))) }