| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 37210 | chenyifei | 输出第二个整数 | C++ | Accepted | 0 MS | 236 KB | 141 | 2024-01-19 16:10:30 |
#include<iostream> using namespace std; int main() { int num1,num2,num3,ans; cin>>num1>>num2>>num3; cout<<num2<<endl; return 0; }