Run ID:93063

提交时间:2024-10-07 17:10:55

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