# import from decimal import Decimal # input v,t = map(Decimal,input().split()) # calculate ans = v*t # output print(int(ans))