import math input_list = list(map(float,input().split())) v, t = input_list print(math.floor(v * t + 1e-8))