Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
356011 任晨熙 [在线测评解答教程] A+B 问题(有框架) C++ 通过 100 3 MS 248 KB 119 2025-10-12 18:25:51

Tests(11/11):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c=0; cin>>a>>b; c=a+b; cout<<c; return 0; }


测评信息: