#include<stdio.h>
main()
{
int c, nl;
nl=0;
while((c=getchar())!=EOF)
if(c=='\n')
++nl;
printf("%d\n",nl);
system("PAUSE");
}
//////////////////////////////////////////////////////
EOF : end of file - 여기서는 ^Z ( 컨트롤 + Z )
'dev, tech' 카테고리의 다른 글
11 (0) | 2006.05.22 |
---|---|
[펌] float형과 double의 표현 범위 (0) | 2006.05.16 |
<img src="http://blogimgs.naver.com/nblog/ico_scrap01.gif" class="i_scrap" width="50" height="15" alt="본문스크랩" /> getc, getch, getchar, gets 의 차이점 (0) | 2006.05.03 |
fflush(stdin) (0) | 2006.05.02 |
<img src="http://blogimgs.naver.com/nblog/ico_scrap01.gif" class="i_scrap" width="50" height="15" alt="본문스크랩" /> (데이터구조) 스택과 큐 (0) | 2006.04.22 |
댓글