package main import "fmt" import "math" func main(){ // Here your code ! var n float64 fmt.Scan(&n) fmt.Printf("%f\n",(math.Floor(n*108+0.5))/100) }