CCF認證201903-5 317號子任務

題目描述: dijkstra方法運行超時,Floyed算法+優先隊列30分c++ 代碼以下:算法 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=10010; const int inf=0x3f3f3f3f; int graph[N][N]; int n,m,k; int xing[N]
相關文章
相關標籤/搜索