Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
110882 | 苏星睿 | 02买铅笔 | Python3 | Compile Error | 0 MS | 0 KB | 103 | 2025-02-23 16:29:59 |
s=input() . split() a=s[0] b=s[1] x=a+.+b s=input() . split() c=s[0] d=s[1] y=c+.+b print(x//y)
File "Main.py", line 4 x=a+.+b ^ SyntaxError: invalid syntax