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