| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80711 | sh25_zhuwy | 【基础题】余数为1 | C++ | Accepted | 0 MS | 236 KB | 140 | 2026-01-04 15:28:35 |
#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=10;i++){ cout<<i*30+1<<" "; } return 0; }