import sys input=lambda: sys.stdin.readline().rstrip() d,p=map(int,input().split()) print(int((d*(100+p)/100)))