Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
113958 |
杨嘉陆 |
求三个数的最大值 |
Python3 |
Compile Error |
0 MS |
0 KB |
57 |
2025-03-17 21:25:15 |
Tests(0/0):
Code:
a,b,c=map(int,input().split())
print(f"max={max(a,b,c)"}
Run Info:
File "Main.py", line 2
print(f"max={max(a,b,c)"}
^
SyntaxError: invalid syntax