| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 89415 | sh25_shengmy | 有趣的自然数 | C++ | Accepted | 0 MS | 244 KB | 331 | 2026-06-05 14:22:06 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"1001"<<endl; cout<<"1111"<<endl; cout<<"1221"<<endl; cout<<"1331"<<endl; cout<<"1441"<<endl; cout<<"1551"<<endl; cout<<"1661"<<endl; cout<<"1771"<<endl; cout<<"1881"<<endl; cout<<"1991"<<endl; return 0; }