摘要:
#include <fstream>#include <string>#include <map>using namespace std;int main(){ map<string, int> m; ifstream ifs("calculate.txt"); if(!ifs) return -1; string str("abcdefghigklmnopqrstuvwxyz"); int i = 0; while(!ifs.eof()) { char c,b; // 此处不可以使用输入流ifs>& 阅读全文
posted @ 2009-02-11 17:21
小 楼 一 夜 听 春 雨
阅读(775)
评论(0)
推荐(0)

浙公网安备 33010602011771号