Run ID:92077

提交时间:2024-09-28 11:17:46

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