poj 1258 Agri-Nets

#include <iostream> #include <cstring> using namespace std; #define maxn 100+10 #define max 100000 int graph[maxn][maxn]; bool visited[maxn]; int dis[maxn]; int nodes; int prime(int start){ mem
相關文章
相關標籤/搜索