1 solutions

  • 0
    @ 2026-3-15 8:52:43
        #include <iostream>
        using namespace std;
    
        int main() {
            string s;
            while(cin >> s){
                cout << "hello, "<< s << endl;
            }
            return 0;
        }
    

    Information

    ID
    1
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    1
    Tags
    # Submissions
    85
    Accepted
    23
    Uploaded By