自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Fate_O的专栏

Let’s Go!!!

  • 博客(6)
  • 资源 (2)
  • 收藏
  • 关注

原创 ACM->dijkstra + heap + stl 一个人的旅行 hdu 2066

一个人的旅行 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 15164    Accepted Submission(s): 5155 Problem Description 虽然草儿是个路痴(就是在杭电待了一年

2013-11-06 18:03:36 680

原创 ACM->最大流 Ombrophobic Bovines

Ombrophobic Bovines Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12916   Accepted: 2846 Description FJ's cows really hate getting wet so much that the mer

2013-11-04 21:36:48 461

原创 ACM->最大流的dinic递归算法

/* 递归dinic */ #include #include #include #include #include #include using namespace std; const int MAXN = 200 + 10; const int INF = 0xfffffff; int n; struct Edge { int v, w, next; }edge[MAX

2013-11-03 20:47:30 545

原创 ACM->2-sat

Balloon Time Limit: 3 Seconds      Memory Limit: 65536 KB      Special Judge The weather is wonderful today. Gao takes a walk in the garden with his girlfriend. His girlfriend likes balloons so

2013-11-03 15:54:36 599

原创 ACM->CF

A. Magnetstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMad scientist Mike entertains himself by arranging rows of dominoes. He doesn't need domi

2013-11-02 16:23:47 1356

原创 ACM->poj 2195 Going Home

Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 16177   Accepted: 8275 Description On a grid map there are n little men and n houses. In each unit time, every little

2013-11-01 10:34:43 481

简单五子棋c++

五子棋游戏,mfc实现,简单,容易上手。五子棋是一种很受人们喜爱的游戏,它的规则简单,但玩法变化多端,富有趣味性,适合人们消遣。这里我们就来设计一个五子棋游戏。

2013-12-05

cfree5_0_pro_setup_ch.exe

cfree5_0_pro_setup_ch.exe

2013-12-05

空空如也

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

TA关注的人

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