Run ID:142008

提交时间:2025-12-29 17:01:25

#include<iostream> using namespace std; int main(){ for(int i=1;i<=100;i=i+2){ cout<<i<<" "; } }