package main import . "fmt" import . "math/big" func main() { d := new(Rat) Scan(d) Println(d.Mul(d, NewRat(108,100)).FloatString(20)) }