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