#27515: CPP


qgd20040229@gmail.com (时年)

學校 : 不指定學校
編號 : 170559
來源 : [27.105.55.178]
最後登入時間 :
2021-10-10 23:00:28
c726. K-I-S-S-I-N-G (一行版) -- 板橋高中python教學題 | From: [27.105.55.178] | 發表日期 : 2021-10-10 23:28

#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