#21183:


weiweitseng (Wei Wei)

學校 : 臺北市立松山高級中學
編號 : 112665
來源 : [123.194.168.81]
最後登入時間 :
2024-10-28 12:40:22
c726. K-I-S-S-I-N-G (一行版) -- 板橋高中python教學題 | From: [123.192.168.130] | 發表日期 : 2020-04-26 21:27

#include <iostream>

#include <string> --------->用字串

using namespace std;

 

int main(){

string a,b;

cin>>a>>b;

cout<<a+" and "+b+" sitting in the tree"<<endl;

}

 
ZeroJudge Forum