a,b = (float(i) for i in input().split()) print(int(a * b))