Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134980 潘允晨 02数字拼接 Python3 Accepted 53 MS 3760 KB 63 2025-11-01 21:48:59

Tests(10/10):


Code:

a,b=input().split() a=int(a) b=int(b) c=a*10+b print(c*c)