ary = list(map(int,input().split())) print(int(ary[0]+ary[0]*ary[1]/100))