自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 Codeforces Round #340 (Div. 2) D. Polyline

D. Polyline time limit per test memory limit per test input output Input Output standard outputstandard input256 megabytes1 second There are three points marked on the coordinate plane. Th

2016-01-29 14:40:03 394

原创 C. Watering Flowers 构造

C. Watering Flowers time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A flowerbed has many flowers and two fo

2016-01-29 14:31:29 858

原创 Educational Codeforces Round 5 C. The Labyrinth

题目链接~~ 题意:求矩阵中’*’为阻塞,’.’为空,求每个阻塞块相邻的连通块有多少空块 如下: input 3 3 * . * . * . * . * output 3.3 .5. 3.3由于每个’*’都搜一次会超时,所以现将每个连通块都搜出来,并给每个‘.’所在的块标上块号,并记录每个块的‘.’数量。#include <cstdio> #include <cstring

2016-01-23 18:34:21 349

原创 Codeforces Round #339 (Div. 2) B. Gena's Code

题目链接~~ 题意是求队列的乘积,而n个数的队列中的数字至少有n-1个最多只有1个1的没有前导零的数,所以这个乘积结果只需记录结尾总共有多少零,以及不是只有1个1的数即可。由于位数可以达到10^10所以不能用大数。

2016-01-23 16:15:50 331

原创 Educational Codeforces Round 6 C. Pearls in a Row

题意:求一个数列中最多的“good segments” 的数量,只要一个区间有且仅有两个相同的元素就是“good segments”,还有就是区间长度尽可能长。

2016-01-23 16:02:00 228

原创 hdu1233 还是畅通工程 最小生成树(kruskal算法)

还是畅通工程 可

2016-01-23 15:38:34 316

原创 hdu1875 畅通工程再续 最小生成树(prim算法)

畅通工程再续

2016-01-23 15:27:01 354

uninstalltool

uninstalltool未注册版,unistall可以彻底卸载流氓软件

2015-12-04

空空如也

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

TA关注的人

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