#coding:utf-8 from math import floor n=raw_input().split() v=float(n[0]) t=int(n[1]) print int(floor(v*t))