#include<bits/stdc++.h> using namespace std; int main() { string g,b; getline(cin,g); getline(cin,b); cout<<g<<" and "<<b<<" sitting in the tree"; return 0; }