Run ID:110880

提交时间:2025-02-23 16:22:44

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