Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90276 周楚航 02数字拼接 Python3 Accepted 51 MS 3768 KB 65 2024-09-10 20:00:32

Tests(10/10):


Code:

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