Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
95190 潘允晨 求三个数的最大值 Python3 Compile Error 0 MS 0 KB 69 2024-10-27 09:49:14

Tests(0/0):


Code:

a=list(map(int,input().split())) s=max(a) print("max={}".format{s})


Run Info:

  File "Main.py", line 3
    print("max={}".format{s})
                         ^
SyntaxError: invalid syntax