Run ID:88078
提交时间:2024-08-17 13:30:38
r=input().split() a=int(r[0]) b=int(r[1]) c=b+(10*a) print(c*c)