d,p = map(int, input().split()) c = (d * (100 + p)) // 100 print(c)