Run ID:89721

提交时间:2024-09-05 19:12:53

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