a,b = map(int,input().split()) print(round(a*(100+b)/100))