Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
56124 许兴平 输出第二个整数 C++ Accepted 1 MS 244 KB 114 2024-11-09 14:14:48

Tests(1/1):


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


Judgement Protocol: