#30064: c++


1452945-9@g.puiching.edu.mo (sandy koya)

學校 : 不指定學校
編號 : 188268
來源 : [27.109.238.197]
最後登入時間 :
2023-07-23 11:53:37
c726. K-I-S-S-I-N-G (一行版) -- 板橋高中python教學題 | From: [180.94.160.75] | 發表日期 : 2022-04-25 20:31

#include <iostream>

using namespace std;

 

int main(){

  string g, b;

  cin >> g >> b;

  cout << g <<" and "<< b <<" sitting in the tree\n";

  return 0;

}
 
ZeroJudge Forum