#include using namespace std; int main() { cout << "one\n"; cout << "two\n"; cout << "three"; cout << "four"; return 0; } onetwothreefour"