[백준] #11719 그대로 출력하기2(c++)

kkily·2021년 8월 14일
0

[알고리즘]

목록 보기
60/102

링크

#include<iostream>

using namespace std;

int main(){
    ios_base::sync_with_stdio(0);
    cin.tie(0);
    cout.tie(0);
    string s;
    while(true){
        getline(cin, s);
        if(cin.eof()==true)
            break;
        cout << s<<endl;
    }
}
profile
낄리의 개발 블로그╰(*°▽°*)╯

0개의 댓글

관련 채용 정보