import math D,P=input().split() P = P/100 print(D*P+D)