D,P = map(int,input().split()) total = D * (P/100) print(int(total))