Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
99613 lihaozhi [在线测评解答教程] A+B Problem C++ Compile Error 0 MS 0 KB 154 2024-11-30 12:09:51

Tests(0/0):


Code:

# 接收第一个输入 input1 = input("请输入1: ") # 接收第二个输入 input2 = input("请输入2: ") # 在同一行显示3 print(3, end=' ')