print((lambda x: x[0]*x[1])(list(map(int, input().split()))))