#include<bits/stdc++.h> using namespace std; int main(){ int a[1000]; for(int i=0;i<=25;i++){ cout<<char(97+i)<<" "; } }