Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
30367 lmz120809 输出第二个整数 C++ Accepted 0 MS 244 KB 109 2023-11-07 20:39:30

Tests(1/1):


#include<iostream> using namespace std; int main() { int a=123 ,b=456 ,c=789 ; cout<<b; return 0; }


Judgement Protocol: