提交时间:2026-02-02 18:29:02
运行 ID: 83812
#include<bits/stdc++.h> using namespace std; int main(){ for(char i='a';i<='z';i+=2) cout<<i<<" "; return 0; }