Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
24347 老方 A+B问题 C++ Accepted 0 MS 244 KB 117 2023-08-10 13:19:33

Tests(1/1):


#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }


Judgement Protocol: