Run ID:130292
提交时间:2025-09-10 19:37:29
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int n,i,k; for(k=1;k<=100;k+=2){ cout<<k<<endl; } return 0; }