Run ID:92678
提交时间:2024-10-06 11:08:31
#include<iostream> using namespace std; int main(){ for(int a=1;a<=100;a=a+2){ cout<<a<<endl; } return 0; }