a=input("ユキコダ") a=int(a) b=input("税率") b=int(b) c=b/100 d=a*(1+c) print(d)