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