a,b = map(int, input().split()) a += Int(a * (0.01*b)) print(a)