Run ID:91901

提交时间:2024-09-25 19:10:10

r=input().split() a=int(r[0]) b=int(r[1]) print((a+b)*2,a*b)