Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
88907 hansuyang 输出第二个整数 C++ Accepted 0 MS 244 KB 185 2026-05-19 12:42:37

Tests(1/1):


#include<iostream> using namespace std; int main(){ int a, b, c; cin >> a >> b >> c; // 读入3个整数 cout << b; // 输出第2个 return 0; }


Judgement Protocol: