Run ID:144569
提交时间:2026-01-24 10:56:09
#include<iostream> using namespace std; int main(){ for(int i=1;i<=100;i+=2) { cout<<i<<" "; } return 0; }