Run ID:90595

提交时间:2024-09-15 20:40:57

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