#include using namespace std; int main() { cout << "Stanislav" << endl; cout << "Mykhailenko" << endl; return 0; }