- 博客(28)
- 收藏
- 关注
原创 POJ 3169 Layout
LayoutTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9479 Accepted: 4545DescriptionLike everyone else, cows like to stand close to their friends when q
2016-04-16 21:18:16
459
原创 Codeforces 650C Table Compression
C. Table Compressiontime limit per test4 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputLittle Petya is now fond of data compr
2016-03-12 14:11:14
1265
原创 .vimrc配置文件 + gvim 运行 gnome-terminal 完成后等待
if has("gui_running") let g:isGUI=1else let g:isGUI=0endifset clipboard=unnamedsyntax onset autoindent"set smartindentset cindentset tabstop=4set softtabstop=4set shiftwidth=4set
2016-03-05 21:15:20
780
原创 HDU 2102 A计划
A计划Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 14263 Accepted Submission(s): 3539Problem Description可怜的公主在一次次被魔王掳走一次次
2015-11-26 11:32:00
521
原创 POJ 3279 Fliptile
FliptileTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 5719 Accepted: 2162DescriptionFarmer John knows that an intellectually satisfied cow is a happy
2015-11-23 01:27:07
440
转载 js 批量移除steam游戏 移除用户凭证中免费获取的物品
上午手贱用steamdb上的js 获取了几百个免费的demo/游戏 出现在了用户凭证里,但是并没有喜+1所以后来琢磨如何删掉又长又臭的单子 强迫症伤不起啊后来发现了一个别人写好的js 然而似乎因为年代久远 有一点错误http://pastebin.com/hhdNMmUk其实今天也是第一次看js代码在读了代码后 大概了解到了作者的意思首先网页进入账户明细
2015-11-13 01:04:53
6535
原创 UVA 10047 The Monocycle
白书上图论例题2题目大意是 M*N个格子 #不能走S是起点 T是终点上北下南左西右东一开始在S,朝向北,在每一个格子 可以左转90度 或者右转90度 或者朝向走1格问从起点到终点 计算重复格子 走5的整数倍个格子到终点 不限制最后朝向 最短时间是多少就像书上讲的那样每个点 拆成20个点(x,y,color,head)分别表示该点的坐标,走到该点 走过
2015-11-06 00:52:04
470
原创 Codeforces 590B Chip 'n Dale Rescue Rangers
B. Chip 'n Dale Rescue Rangerstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputA team of furry rescue ranger
2015-10-26 16:58:38
1182
原创 Codeforces 589H Tourist Guide (NEERC 2015 H题)
H. Tourist Guidetime limit per test2 secondsmemory limit per test512 megabytesinputstandard inputoutputstandard outputIt is not that easy to create a tourist gu
2015-10-25 16:00:15
1111
原创 HDU 5187 zhx's conte
zhx's contestTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1640 Accepted Submission(s): 531Problem DescriptionAs one of
2015-10-22 19:54:44
467
原创 Codeforces 589G Hiring (NEERC 2015 G题)
G. Hiringtime limit per test4 secondsmemory limit per test512 megabytesinputstandard inputoutputstandard outputThe head of human resources department decided to
2015-10-19 21:26:45
796
原创 Codeforces 587B Duff in Beach
D. Duff in Beachtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputWhile Duff was resting in the beach, she a
2015-10-17 21:29:14
1025
原创 Codeforces 585D Lizard Era: Beginning
D. Lizard Era: Beginningtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputIn the game Lizard Era: Beginning
2015-10-17 21:15:31
157
原创 Codeforces 585C Alice, Bob, Oranges and Apples
C. Alice, Bob, Oranges and Applestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputAlice and Bob decided to e
2015-10-17 21:04:21
761
原创 计算几何 模板
//凸包+最远点对#include#include#include#include#include#include#includeusing namespace std;const double eps = 1e-8;int cmp(double x){ if(fabs(x)<eps) return 0; if(x>0) re
2015-10-13 20:51:42
391
原创 HDU 5492 Find a path
Find a pathTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 930 Accepted Submission(s): 410Problem DescriptionFrog fell in
2015-10-03 13:50:26
463
原创 HDU 1317 XYZZY
XYZZYTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3608 Accepted Submission(s): 1018Problem DescriptionIt has recently been
2015-09-21 10:30:15
470
原创 HDU 1385 Minimum Transport Cost
Minimum Transport CostTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8984 Accepted Submission(s): 2366Problem DescriptionThe
2015-09-16 20:19:06
510
原创 Codeforces 508D Tanya and Password
D. Tanya and Passwordtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputWhile dad was at work, a little girl
2015-09-07 14:19:38
614
原创 POJ 1780 Code
CodeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 2259 Accepted: 820DescriptionKEY Inc., the leading company in security hardware, has developed a new
2015-09-05 15:39:22
678
原创 Codeforces 570D Tree Requests
D. Tree Requeststime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputRoman planted a tree consisting of n verti
2015-08-15 16:42:04
1223
原创 POJ 1179 Polygon
PolygonTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 5178 Accepted: 2192DescriptionPolygon is a game for one player that starts on a polygon with N ve
2015-08-12 15:39:27
549
原创 HOJ 1014 Niven Numbers
Niven NumbersMy Tags (Edit) Source : Unknown Time limit : 1 sec Memory limit : 32 MSubmitted : 5290, Accepted : 935A
2015-05-18 23:28:04
562
原创 POJ 2234 Matches Game
Matches GameTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9012 Accepted: 5214DescriptionHere is a simple game. In this game, there are several piles o
2015-05-17 23:06:02
569
原创 FZU 2140 Forever 0.5
A - Forever 0.5Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice FZU 2140DescriptionGiven an integer N, your task is to judge wheth
2015-05-02 09:25:11
585
转载 HOJ 题目分类
******************************************************************************* 简单题(包括枚举,二分查找,(复杂)模拟,基础数据结构(栈、队列),杂题等 ******************************************************************************
2014-10-29 18:52:41
1329
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人