Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
183 jiangchengyuang [在线测评解答教程] A+B Problem C++ 解答错误 0 MS 240 KB 226 2022-10-24 09:56:36

Tests(0/11):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; cout<<"请输入第一个加数:"; cin>>a; cout<<"请输入第二个加数:"; cin>>b; cout<<"a+b="<<a+b; return 0; }


测评信息: