Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90183 王晨鑫 02数字拼接 Python3 Accepted 38 MS 3760 KB 63 2024-09-08 10:41:23

Tests(10/10):


Code:

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