Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92135 余睿毅 06数字拼接 Python3 Accepted 43 MS 3740 KB 55 2024-09-28 13:58:50

Tests(10/10):


Code:

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