UVA 10044 - Erdos Numbers

代码如下: #include <iostream> #include <map> #include <memory.h> using namespace std; const int maxn = 10000; map<string,int> name; string Erdos = "Erdos, P."; int relation[maxn][maxn]; int mark[maxn]; i
相关文章
相关标签/搜索