// No.2407 Bouns 2.0 package main import "fmt" func main() { var w, z, b float64 fmt.Scan(&w, &z, &b) x := w + z fmt.Println(int(x + (x * b))) }