Run ID:150210

提交时间:2026-03-23 17:12:45

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