#41323: _C++


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

學校 : 臺北市私立延平高級中學
編號 : 276377
來源 : [203.72.178.1]
最後登入時間 :
2025-10-02 10:42:56

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