Run ID:92668
提交时间:2024-10-06 11:00:55
#include<iostream> using namespace std; int main(){ for(int i=1;i<=100;i=i+2){ cout<<i<<" "; } }