from decimal import * V,T =input().split() V = Decimal(V) print(int(int(T)*V))