Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
429510 梁品毅 [在线测评解答教程] A+B 问题(有框架) C++ Accepted 100 0 MS 252 KB 110 2026-02-11 09:39:22

Tests(11/11):


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


Judgement Protocol: