Run ID:87723

提交时间:2024-08-11 11:53:41

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