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
相關文章
相關標籤/搜索