#include <iostream> using namespace std; int main(){ string s; while(cin >> s){ cout << "hello, "<< s << endl; } return 0; }
請注意:您正在編寫「解題報告」,請勿直接貼出完整程式碼(將被隱藏),而是請說明解題思路、所需使用的演算法...等,讓不會寫的使用者可以從中學習獲得成長。