v,t = map(float,input().split()) print(int(round(v*t)))