Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
12435 马德理666 [在线测评解答教程] A+B Problem C++ Accepted 0 MS 244 KB 191 2023-03-25 10:39:40

Tests(11/11):


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


Judgement Protocol: