Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
128387 叶倪佳 输出较大的数 Python3 Accepted 55 MS 3740 KB 114 2025-08-16 10:39:58

Tests(1/1):


Code:

a=input().split(",") b=int(a[0]) c=int(a[1]) if b>c: print("max="+str(b)) else: print("max="+str(c))