#41327: C++答案


yp11351288@yphs.tp.edu.tw (801-45顏育駩)


自己想

#41328: Re: C++答案


yp11351288@yphs.tp.edu.tw (801-45顏育駩)


好啦給你答案

#include <iostream>
#include <string>
using namespace std;
main(){
    string s;
    while(getline(cin,s))
    {
        cout<<"Hey "<< s << endl;
    }