from decimal import Decimal v, t = map(Decimal, input().split()) d = v*t print(int(d))