d,p = map(int,input().split()) price = d * (d * p/0.01) print(int(price))