package main import "fmt" func main() { var d,p int fmt.Scan(&d,&p) fmt.Println(d * (100+p) / 100) }