[UVa] TEX Quotes

难点:

Q:如何读入多行字符直到文件结束?

A:

while((c=getchar())!=EOF)
{
    ...
}

 

posted @ 2015-11-18 16:51  Peccavi  阅读(73)  评论(0编辑  收藏  举报