sp116专题

SP116 INTERVAL - Intervals

. . . . . 分析 差分约束+spfa . . . . . . 程序: #include<iostream>#include<cstdio>#include<cstring>#include<queue>#include<cmath>using namespace std;struct edge{int to,from,v;}e[800010];int dis[4000