Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89987 余睿毅 02数字拼接 Python3 Accepted 40 MS 3756 KB 57 2024-09-07 14:23:18

Tests(10/10):


Code:

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