Run ID:90430

提交时间:2024-09-14 19:56:28

s=input().split() b=float(s[1]) a=float(s[0]) print(a+a+b+b) print(a*b)