Run ID:100260
提交时间:2024-12-07 12:12:45
#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=99;i+2){ cout<<i<<" "; } return 0; }