# coding: utf-8 d, p = map(int,input().split()) #A = list(map(int,input().split())) print(int(d * p*0.01) + d)