| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 69622 | sh25_wangsj | 输出第二个整数 | C++ | Accepted | 0 MS | 244 KB | 147 | 2025-10-11 15:38:36 |
#include <iostream> using namespace std; int main() { int a; int b; int c; cin>>a; ;b; ;c; cout<<456; return 0; }