Run ID:92451

提交时间:2024-10-04 16:27:00

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