Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
136122 徐向彬 十进制转二进制 Python3 Compile Error 0 MS 0 KB 18 2025-11-09 16:27:00

Tests(0/0):


Code:

print(bin(input())


Run Info:

  File "Main.py", line 1
    print(bin(input())
                     ^
SyntaxError: unexpected EOF while parsing