Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
329193 孙一铭 【C1-3】输出第二个整数 C++ Accepted 100 2 MS 244 KB 114 2025-07-08 09:45:07

Tests(2/2):


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


Judgement Protocol: