Run ID:90353

提交时间:2024-09-11 19:58:18

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