#2568: answer


1752159-9@g.puiching.edu.mo (麥俊宏P5A19)

School : No School
ID : 3269
IP address : [192.168.120.33]
Last Login :
2025-06-13 09:27:02
a001. 哈囉 -- Brian Kernighan | From: [192.168.120.33] | Post Date : 2025-06-13 10:00

#include <iostream>
using namespace std;
int main() {
    string a;
    while(cin>>a){
        cout<<"hello, "<<a<<endl;
    }
    return 0;
}
 
ZeroJudge Forum