#44501: cpp AC :)


1121232@stu.wghs.tp.edu.tw (Ian911436)

學校 : 臺北市私立薇閣高級中學
編號 : 258883
來源 : [60.248.154.143]
最後登入時間 :
2025-04-09 15:42:58
b968. K-I-S-S-I-N-G -- 板橋高中python教學題 | From: [60.248.154.139] | 發表日期 : 2024-12-11 13:07

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

 

 
ZeroJudge Forum