Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
129052 叶航帅 求三个数的最大值 Python3 Compile Error 0 MS 0 KB 45 2025-08-21 16:30:17

Tests(0/0):


Code:

print(f"max={max(map(int,input().split()))}")


Run Info:

  File "Main.py", line 1
    print(f"max={max(map(int,input().split()))}")
                                               ^
SyntaxError: invalid syntax