#33248: 要用getline


yp11151049@yphs.tp.edu.tw (801-24)

學校 : 臺北市私立延平高級中學
編號 : 197224
來源 : [203.72.178.1]
最後登入時間 :
2024-01-16 09:26:24
b968. K-I-S-S-I-N-G -- 板橋高中python教學題 | From: [203.72.178.2] | 發表日期 : 2022-12-16 13:14

#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;
    
}

 
ZeroJudge Forum