strd = input() strd_s = strd.split(" ") v_data = float(strd_s[0]) t_data = float(strd_s[1]) print(int(v_data*t_data))