N,M=map(int,input().split()) pre=N*M answer=int(pre) print(answer)