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