Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90353 乔仲熠 02数字拼接 Python3 Accepted 40 MS 3760 KB 57 2024-09-11 19:58:18

Tests(10/10):


Code:

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