提交时间:2025-12-05 15:43:52

运行 ID: 75305

// #include<bits/stdc++.h> using namespace std; int main(){ cout<<1<<" "<<31<<" "<<61<<" "<<91<<" "<<121<<" "<<151<<" "<<181<<" "<<211<<" "<<241<<" "<<3*90+1<<endl; return 0; }