#include <iostream>
using namespace std;
void main()
{
system(
"cls"
);
cout <<
"abc"
<<
'd'
'\n'
;
'e'
'f'
"g"
'h'
'i'
"\n"
getchar();
}