Run ID:101113

提交时间:2024-12-14 14:43:20

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