Run ID:87861

提交时间:2024-08-15 16:21:31

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