#30064: _c++


1452945-9@g.puiching.edu.mo (sandy koya)

學校 : 不指定學校
編號 : 188268
來源 : [27.109.238.197]
最後登入時間 :
2023-07-23 11:53:37

#include <iostream>

using namespace std;

 

int main(){

  string g, b;

  cin >> g >> b;

  cout << g <<" and "<< b <<" sitting in the tree\n";

  return 0;

}