#14797: C++ AC


elvisliu (方塊)

學校 : 臺北市私立延平高級中學
編號 : 69054
來源 : [203.72.178.252]
最後登入時間 :
2018-12-19 17:05:19

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