Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
37774 lnx 输出第二个整数 C++ Accepted 0 MS 252 KB 107 2024-01-23 10:25:48

Tests(1/1):


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


Judgement Protocol: