Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94794 余睿毅 输出较大的数 Python3 Accepted 35 MS 3772 KB 118 2024-10-26 13:37:11

Tests(1/1):


Code:

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