Run ID:91709

提交时间:2024-09-22 13:20:20

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