Run ID:90581

提交时间:2024-09-15 20:01:37

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