try: import mydebug def dprint(*objects, sep='', end='\n'): print(*objects, sep, end) except: def dprint(*objects, sep='', end='\n'): pass d, p = [int(x) for x in input().split()] print(d*(100+p)//100)