Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
94790 | 余睿毅 | 输出较大的数 | Python3 | Compile Error | 0 MS | 0 KB | 108 | 2024-10-26 13:34:04 |
a=input().split(",") b=int(a[0]) c=int(a[1]) if c<b: print(f"max={b}") else: print(f"max={c}")
File "Main.py", line 5 print(f"max={b}") ^ SyntaxError: invalid syntax