Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
99012 赵乘浩 12for循环练习I Python3 Compile Error 0 MS 0 KB 28 2024-11-24 09:25:22

Tests(0/0):


Code:

n=(int(input())) print(1~n)


Run Info:

  File "Main.py", line 2
    print(1~n)
           ^
SyntaxError: invalid syntax