摘要:
热浪 #include<iostream> #include<cstring> #include<cmath> #define inf 0x3f3f3f3f using namespace std; const int N=2505; int mapp[N][N],dis[N]; bool vis[ 阅读全文
摘要:
最短路径 #include<iostream> #include<cstring> #include<cmath> #define inf 0x3f3f3f3f using namespace std; const int N=105; int mapp[N][N]; int main(){ int 阅读全文