Run ID:92752

提交时间:2024-10-06 13:43:08

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