v,t=map(float,input().split()) eps=1e-6 print(int(v*t+eps))