摘要: #include#include#includeusing namespace std;int main(){ string s; cin >> s; map Map; Map[s] = 1; printf("%d",Map[s]);}Map 阅读全文
posted @ 2015-04-11 02:05 Milkor 阅读(1200) 评论(0) 推荐(0) 编辑