#include using namespace std; main(){ int a; cin >> a; char moji; for (moji='a';moji=='z';moji++ ){ cout << moji; } }