#1946: I will give you the answer but one chicken cover(雞包)


1753980-3@g.puiching.edu.mo (P5A31蒲雋浠)

School : No School
ID : 2571
IP address : [192.168.120.33]
Last Login :
2025-03-20 12:13:05
a007. K-I-S-S-I-N-G -- 板橋高中python教學題 | From: [192.168.120.33] | Post Date : 2025-04-14 21:17

 
 
#include <iostream>
#include <string>

using namespace std;

int main() {
    string girl, boy;
    getline(cin, girl);
    getline(cin, boy);
    cout << girl << " and " << boy << " sitting in the tree" << endl;
    return 0;
}
 
ZeroJudge Forum