| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 90297 | sh25_zhangjiajia | 最小新整数 | C++ | Accepted | 0 MS | 236 KB | 128 | 2026-06-05 15:26:23 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"12456"<<endl; cout<<"1"<<endl; return 0; }