v,t = map(float,input().split()) v = int(v*10000) print(int(v*t/10000))