Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
91762 | 徐梓涵 | 05等差数列 | Python3 | Compile Error | 0 MS | 0 KB | 95 | 2024-09-22 14:37:54 |
s=input().split() a=s[0] b=s[1] c=s[2] a=int(a) b=int(b) c=int(c) c=c-2 print((b-a)*c+b
File "Main.py", line 9 print((b-a)*c+b ^ SyntaxError: unexpected EOF while parsing