提交时间:2023-08-22 16:05:29
运行 ID: 99292
#include<bits/stdc++.h> using namespace std; int main(){ for(char i='a';i<='z';i+=2) cout<<i<<' '; return 0; }