Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
73120 sh25_shenpy A+B问题 C++ Accepted 0 MS 252 KB 126 2025-11-05 21:03:16

Tests(1/1):


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


Judgement Protocol: