let input = readLine()!.split(separator: " ").map{Int($0)} let D = input[0]! let P = input[1]! + 100 print(D * P / 100)