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