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