Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
37405 惠子铭 输出第二个整数 C++ Compile Error 0 MS 0 KB 140 2024-01-20 14:47:14

Tests(0/0):


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


Judgement Protocol: