import math n = raw_input().split() for i in range(len(n)): n[i] = int(n[i]) print math.floor(n[0]*n[1]/100.0)+n[0]