# input v,t = map(float,input().split()) # calculate ans = v*t # output print(int(ans))