Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
34578 qazwsx 【入门】输出第二个整数 Python3 通过 18 MS 3628 KB 40 2024-01-07 16:38:17

Tests(20/20):


a,b,c=map(int,input().split()) print(b)


测评信息: