x = int(input())
y = int(input())
if x>12 and y>12:
print(x*y)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
x = int(input())
y = int(input())
if x>12 and y>12:
print(x*y)