Run ID:90527

提交时间:2024-09-15 14:16:47

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