Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
111474 标准课程 [在线测评解答教程] A+B Problem C++ Wrong Answer 0 MS 288 KB 108 2025-03-02 12:17:07

Tests(0/11):


Code:

# 读取输入的两个整数 a, b = map(int, input().split()) # 计算并输出它们的和 print(a + b)


Run Info:

------Input------
87 93
------Answer-----
180
------Your output-----