Run ID:89157
提交时间:2024-08-22 17:01:13
r = input().split() a = int(r[0]) b = int(r[1]) print((a+b)*2,a*b)