#22665: c++ANS***


20071124 (204-25范育綸)


#include<iostream>

using namespace std;

int main()

{ string a,b;

  getline(cin,a);

  getline(cin,b);

cout<<a<<" and "<<b<<" sitting in the tree"<<endl;

 

 

 

 

 

 

}