Run ID:92162

提交时间:2024-09-28 14:25:09

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