Run ID:90411

提交时间:2024-09-14 19:22:27

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