2020年4月29日

【好题】最短路变形+dp——ICPC NCNA 2018G

摘要: #include<bits/stdc++.h> using namespace std; #define ll long long struct Edge{ ll to,nxt,w,c; }e[10005]; int n,m,k1,k2,tot,head[1005],S,T; void init() 阅读全文

posted @ 2020-04-29 23:05 zsben 阅读(182) 评论(0) 推荐(0) 编辑

导航