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