package main import . "fmt" func main() { var w,z,b float64 Scan(&w,&z,&b) p:=int((w+z)*(b+1)) Println(p) }