题目:http://acm.hdu.edu.cn/showproblem.php?pid=1004
#include<stdio.h>
#include<iostream>
#include<string>
#include<map>
using namespace std;
int main(){
}
本文提供了一个解决HDU在线评测系统中编号为1004的问题的C++实现方案。该程序利用标准模板库中的map来统计字符串出现的次数,并找出出现频率最高的字符串。适用于学习字符串处理及STL容器使用的初学者。
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1004
#include<stdio.h>
#include<iostream>
#include<string>
#include<map>
using namespace std;
int main(){
}

被折叠的 条评论
为什么被折叠?