Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
28504 惠子铭 A+B问题 C++ Accepted 0 MS 236 KB 111 2023-10-14 21:54:09

Tests(1/1):


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


Judgement Protocol: