def solve(): d,p=map(int,input().split(" ")) print(int(d*(1+p/100))) if __name__=="__main__": solve()