我写了一个代码,它正在我的电脑上用 Python3 编译。但上传到 Codechef 服务器时显示错误。请建议,我是第一次在 Python 3 中编码。
Traceback (most recent call last):
File "/run-ls7W2DcLmzUs9GNKbLGN/solution.py", line 41, in <module>
l,r,k=map(int,input().split())
File "<string>", line 1
9 23 1
^
SyntaxError: invalid syntax