Run ID:122963

提交时间:2025-06-22 12:19:50

#include<bits/stdc++.h> using namespace std; int main(){ for(int b=1;b<=100;b+=2){ cout<<b<<" "; } return 0; }