Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
142186 丁俊杰 输出较大的数 Python3 Accepted 31 MS 3748 KB 77 2026-01-01 15:33:25

Tests(1/1):


Code:

a,b=input().split(",") a,b=int(a),int(b) t=max(a,b) print("max="+str(t))