| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 81351 | sh25_shenpy | 最小新整数 | C++ | Accepted | 0 MS | 248 KB | 130 | 2026-01-04 15:47:43 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"12456"<<endl; cout<<"1"<<endl; return 0; }