#include<iostream> #include<string> using namespace std; int main() { printf("a c e g i k m o q s u w y\nz x v t r p n l j h f d b"); }