#coding: utf-8 ##yuki_56 import math s=[] s=map(int,raw_input().split()) D=s[0] p=s[1] res=s[0]*(1+s[1]*1.0/100) print int(res+0.000001)