#21183: _c++


weiweitseng (Wei Wei)

學校 : 臺北市立松山高級中學
編號 : 112665
來源 : [49.218.88.130]
最後登入時間 :
2025-09-15 11:09:18

#include <iostream>

#include <string> --------->用字串

using namespace std;

 

int main(){

string a,b;

cin>>a>>b;

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

}