Run ID:134980

提交时间:2025-11-01 21:48:59

a,b=input().split() a=int(a) b=int(b) c=a*10+b print(c*c)