Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
151319 胡皓宇 财务管理 Python3 Compile Error 0 MS 0 KB 94 2026-04-12 10:31:40

Tests(0/0):


Code:

s = 0 for i in range(12): lin = float(input()) s += lin s /= 12 print(f"{s:.2f}")


Run Info:

  File "Main.py", line 6
    print(f"{s:.2f}")
                   ^
SyntaxError: invalid syntax