摘要:
这是我第一用 stl 写的程序,在VS2008下面编译没有通过, 但代码却提交成功。发出来纪念一下,为以后做个参考吧。#include <iostream>#include <map>#include <cmath>#include <stdio.h>using namespace std;string ten(10, '-');int main(int argc, char *argv[]){int n;cin >> n;map<string, int> match;map<string, int& 阅读全文
posted @ 2012-05-22 21:41
Leon916
阅读(203)
评论(0)
推荐(0)
浙公网安备 33010602011771号