Run ID:90408

提交时间:2024-09-14 19:19:03

a = int(input()) b = int(input()) print(a*b,(a+b)*2)