import sys input=lambda: sys.stdin.readline().rstrip() v,t=map(str,input().split()) print(int(v*t))