Run ID:111482

提交时间:2025-03-02 13:40:07

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