v, t = map(int, input().split()) print(int(v + v * (t/100)))