rida=input().strip() m=rida.split(" ") ridu=int(m[0]) veerge=int(m[1]) print(ridu*veerge)