2015年6月21日

摘要: #include #include int main(int,char**){ ifstream input("input.txt"); char c; while (!input.eof()){ input >> c; cout << c << end... 阅读全文

posted @ 2015-06-21 13:44 Bing_Lee 阅读(185) 评论(0) 推荐(0)