博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hdu 4467( 轻重点维护)
阅读量:5268 次
发布时间:2019-06-14

本文共 750 字,大约阅读时间需要 2 分钟。

写了7000b代码 真是醉了#include 
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;#define rep(i, n) for(int i=0; i
cal;int ecnt;void bug();struct Edge{ int u,v; LL w; Edge(int u=0,int v=0,LL w=0):u(u),v(v),w(w){} bool operator<(const Edge& rhs)const{ if(u!=rhs.u)return u
v)swap(u,v); E[i].u=u;E[i].v=v;E[i].w=w; //addedge(u,v,w); //addedge(v,u,w); } sort(E,E+m); ecnt=0; for(int i=1;i
mid){ isweight[i]=1; cal.PB(i); }else{ isweight[i]=0; } } fab(u,1,n){ if(isweight[u]){ for(int p=head[u];~p;p=next[p]){ int v=to[p]; if(isweight[v]&&v

 

转载于:https://www.cnblogs.com/wanggp3/p/4117750.html

你可能感兴趣的文章
tomcat7的数据库连接池tomcatjdbc的25个优势
查看>>
Html 小插件5 百度搜索代码2
查看>>
java.io.IOException: read failed, socket might closed or timeout, read ret: -1
查看>>
java 常用命令
查看>>
51nod1076 (边双连通)
查看>>
Linux pipe函数
查看>>
java equals 小记
查看>>
2019春 软件工程实践 助教总结
查看>>
Zerver是一个C#开发的Nginx+PHP+Mysql+memcached+redis绿色集成开发环境
查看>>
java实现哈弗曼树
查看>>
程序的静态链接,动态链接和装载 (补充)
查看>>
关于本博客说明
查看>>
HDU 2548 A strange lift
查看>>
Linux服务器在外地,如何用eclipse连接hdfs
查看>>
react双组件传值和传参
查看>>
[Kaggle] Sentiment Analysis on Movie Reviews
查看>>
价值观
查看>>
mongodb命令----批量更改文档字段名
查看>>
MacOS copy图标shell脚本
查看>>
国外常见互联网盈利创新模式
查看>>