Skip to content

Commit 432c9a0

Browse files
정구열정구열
authored andcommitted
Merge branch 'master' of github.com:jgy1435/Baekjoon_Algorithm
2 parents be07f5f + f849857 commit 432c9a0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

BOJ_11718/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
Baekjoon Online Judge
22
=====================
3-
Problem #11718 그대로 출력하기
4-
----------------------
5-
## ?????? ?˰���??
6-
* ?⺻ ??????
7-
* C++ ????�� Ȱ??
3+
## Problem #11718 그대로 출력하기
4+
### 사용한 알고리즘
5+
* 기본 입출력
6+
* C++ 문법활용
87
* std의 getline함수 활용
9-
## ??�� ?ذ? ????
10-
* ?? ??��?? ???? ?⺻???? ??????�� ???? ??��?̴?.
8+
### 문제해결방안
9+
* c++ 입출력 중 eof를 다루는 방법에 대해서 알아야 한다.
1110
* getline함수는 input stream 객체를 반환한다. (여기서는 cin) 하지만 eof를 만났을 때, eofbit flag가 업데이트 되어 더 이상 입력을 받지 않게 되는 점을 이용하여 구현한다.

0 commit comments

Comments
 (0)