Run ID:90074
提交时间:2024-09-07 19:28:23
y = input().split() a = y[0] b = y[1] c = (a+b) d = int(c) print(d*d)