1 해설

  • 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;
        }
    
    • 1

    정보

    ID
    1
    시간
    1000ms
    메모리
    64MiB
    난이도
    1
    태그
    제출 기록
    85
    맞았습니다.
    23
    아이디