自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 hdu1875

#include <cstdio> #include <cstring> #include <algorithm> using namespace std; int pa[105],rk[105]; double xx[105],yy[105]; double ans; struct edge{ int u,v; double c; }e[10010]; bool cmp(const

2016-10-01 17:03:04 390

原创 hdu1233

#include #include #include using namespace std; int pa[10010],rank1[10010]; int ans; struct node{     int u,v,c; }e[10010]; bool cmp(const node& e1,const node& e2){     return e1.c } vo

2016-10-01 15:36:04 213

原创 hdu1301kruscal

#include #include #include using namespace std; int pa[900],rank1[900]; int ans; typedef struct{     int u,v,c; }edge; edge e[900]; bool cmp(const edge& e1,const edge& e2){      return e

2016-10-01 15:34:34 288

原创 hdu 1162 kruscal

#include #include #include using namespace std; const int maxx=10010; const int maxn=101; double xx[maxn],yy[maxn]; int pa[maxx],rank1[maxx]; double ans; struct edge{     int u,v;     do

2016-10-01 15:31:44 216

原创 hdu1102 kruscal最小生成树

Constructing Roads Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 1914    Accepted Submission(s): 628 Problem Description There

2016-09-29 22:45:59 350

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除