Run ID:142053
提交时间:2025-12-29 17:16:34
#include<iostream> using namespace std; int main(){ int i; cin>>i; for(int i=1;i<=100;i+=2){ cout<<i<<""; } }