Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
51069 yuboyuan A+B问题 C++ Accepted 1 MS 236 KB 125 2024-09-17 14:10:25

Tests(1/1):


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


Judgement Protocol: