a = int(input()) b = int(input()) X = a*b print("PROD = %d" %X)
Difficult roads lead to beautiful destinations.
No comments