自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Cross

一半惊喜,一半遗憾。

  • 博客(25)
  • 收藏
  • 关注

原创 玲珑OJ 1045 - I. Quailty and LRU Algorithm 模拟双向链表

链接:戳这里1045 - I. Quailty and LRU AlgorithmTime Limit:2s Memory Limit:128MByteDESCRIPTIONQuailty is learning a type of page replacement algorithm for memory management in operation s

2016-09-25 20:52:31 461

原创 hdu 5904 水题

链接:戳这里LCISTime Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Problem DescriptionAlex has two sequences a1,a2,...,an and b1,b2,...,bm. He w

2016-09-24 21:41:17 698

原创 Codeforces Round #373 (Div. 2) C 模拟

链接:戳这里C. Efim and Strange Gradetime limit per test:1 secondmemory limit per test:256 megabytesinput:standard inputoutput:standard outputEfim just received

2016-09-24 11:54:02 355

原创 hdu 1071 定积分

链接:戳这里The areaTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Problem DescriptionIgnatius bought a land last week, but he didn't know the are

2016-09-22 22:23:13 308

原创 hdu 5890 bitset+背包思想

链接:戳这里Eighty sevenTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 102400/102400 K (Java/Others)Problem DescriptionMr. Fib is a mathematics teacher of a primary school. In

2016-09-22 20:35:47 515

原创 hdu 5887 搜索优化背包

链接:戳这里Herbs GatheringTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionCollecting one's own plants for use as herbal medicines

2016-09-22 19:17:33 404

原创 Codeforces Round #263 (Div. 2) D 树形dp

链接:戳这里D. Appleman and Treetime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputAppleman has a tree with n vertices. Some of the ver

2016-09-21 21:41:11 357

原创 hdu 5900 区间dp

链接:戳这里QSC and MasterTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)Problem DescriptionEvery school has some legends, Northeastern University

2016-09-19 08:48:22 1546

原创 hdu 5884 二分+队列

链接:戳这里SortTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionRecently, Bob has just learnt a naive sorting algorithm: merge sor

2016-09-17 21:28:49 2610 7

原创 hdu 5879 分析

链接:戳这里CureTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionGiven an integer n, we only want to know the sum of 1/k2 where k f

2016-09-17 18:56:27 1324

原创 hdu 5878 二分+打表

链接:戳这里I Count Two ThreeTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionI will show you the most popular board game in the Sh

2016-09-17 18:46:45 1158

原创 hdu 5882 分析

链接:戳这里Balanced GameTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionRock-paper-scissors is a zero-sum hand game usually playe

2016-09-17 18:26:51 841

原创 Codeforces Round #371 (Div. 2) E dp

链接:戳这里E. Sonya and Problem Wihtout a Legendtime limit per test5 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputSonya was unable to think of a story

2016-09-16 21:08:18 351

原创 hdu 5876 暴力

链接:戳这里Sparse GraphTime Limit: 4000/2000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Problem DescriptionIn graph theory, the complement of a graph G is a graph

2016-09-13 20:27:39 423

原创 hdu 5869 RMQ+二分+离线树状数组

链接:戳这里Different GCD Subarray QueryTime Limit: 6000/3000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Problem DescriptionThis is a simple problem. The teacher give

2016-09-12 22:21:39 457

原创 Codeforces Round #370 (Div. 2) C 贪心

链接:戳这里C. Memory and De-Evolutiontime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputMemory is now interested in the de-evolution o

2016-09-11 14:48:48 321

原创 hdu 5877 线段树+离散化+DFS

链接:戳这里Weak PairTime Limit: 4000/2000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Problem DescriptionYou are given a rooted tree of N nodes, labeled from 1 to N

2016-09-10 22:42:34 1630 5

原创 hdu 5875 单调栈+离线

链接:戳这里FunctionTime Limit: 7000/3500 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Problem DescriptionThe shorter, the simpler. With this problem, you should be c

2016-09-10 21:20:16 1018

原创 hdu 5874 构造

链接:戳这里Friends and EnemiesTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Problem DescriptionOn an isolated island, lived some dwarves. A king (

2016-09-10 20:12:11 833

原创 hdu 5873 思维题

链接:戳这里Football GamesTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Problem DescriptionA mysterious country will hold a football world champion

2016-09-10 19:59:42 1271

原创 hdu 5722 线段树+扫描线

链接:戳这里JewelryTime Limit: 8000/4000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Problem DescriptionAfter all the difficulties, Psyche and Cupid are finally gett

2016-09-09 11:28:51 316

原创 hdu 5820 可持久化线段树

链接:戳这里LightsTime Limit: 6000/3000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)Problem DescriptionToday is April 1st, 2100. Now Guangzhou is a very very big city. Sin

2016-09-08 19:26:19 571

原创 Codeforces Round #126 (Div. 2) C 模拟

链接:戳这里C. Football Championshiptime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputAny resemblance to any real championship and spo

2016-09-07 20:44:50 341

原创 湖南省第十二届大学生计算机程序设计竞赛 A 2016

链接:戳这里1803: 2016Time Limit: 5 Sec  Memory Limit: 128 MB[Submit][Status][Web Board]Description 给出正整数 n 和 m,统计满足以下条件的正整数对 (a,b) 的数量:1. 1≤a≤n,1≤b≤m;2. a×b 是 2016 的倍数。Input输入

2016-09-05 20:23:34 614

原创 湖南省第十二届大学生计算机程序设计竞赛 J 三角形和矩形 半平面交

链接:戳这里1812: 三角形和矩形Time Limit: 5 Sec  Memory Limit: 128 MB  Special Judge[Submit][Status][Web Board]DescriptionBobo 有一个三角形和一个矩形,他想求他们交的面积。具体地,三角形和矩形由 8 个整数 x1,y1,x2,y2,x3,y3,x4,y4 描

2016-09-05 19:56:01 838

空空如也

空空如也

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

TA关注的人

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