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