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