#41323: _C++


yp11351288@yphs.tp.edu.tw (801-45顏育駩)


#include <iostream>
using namespace std;
int main(){
    string a,b;
    cin>>a>>b;
    cout<<a<<" and "<<b<<" sitting in the tree";
    return 0;