摘要: 源程序: #include <iostream>#include <fstream>using namespace std;int main(){ char c; int num=0; freopen("d:\\test.txt","r",stdin); while(!cin.eof())0 { c 阅读全文
posted @ 2021-12-27 20:01 bobo哥 阅读(35) 评论(0) 推荐(0)