#27988: _CPP


11030067@mail.hpsh.tp.edu.tw (和平110級鄧雨珊)


#include <iostream>
using namespace std;

int main(){
string g, b;
getline(cin, g);
getline(cin, b);
cout << g <<" and "<< b <<" sitting in the tree"<<endl;
}