Run ID:123139

提交时间:2025-06-28 11:21:19

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