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