a,b = map(int,input().split()) K = b*1/100 print(a*K)