// No.1342 Calculation package main import "fmt" func main() { fmt.Println((((19.0 / 47.0) + (28.0 / 43.0)) * 2021.0) / 27) }