Run ID:88107
提交时间:2024-08-17 14:37:07
r=input().split() a=int(r[0]) b=int(r[1]) print ((a+b)*2,(a*b))