abgnwl
码龄11年
求更新 关注
提问 私信
  • 博客:26,015
    社区:758
    26,773
    总访问量
  • 26
    原创
  • 1
    粉丝
  • 1
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:黑龙江省
加入CSDN时间: 2014-10-29
博客简介:

弱者要战斗

查看详细资料
个人成就
  • 获得4次点赞
  • 内容获得10次评论
  • 获得5次收藏
  • 代码片获得104次分享
  • 博客总排名573,017名
创作历程
  • 3篇
    2016年
  • 23篇
    2015年
  • 2篇
    2014年
成就勋章
TA的专栏
  • CodeForces
    9篇
  • 图
    7篇
  • 欧拉回路
    2篇
  • 博弈
  • Special Judge
    1篇
  • 最短路
    2篇
  • 动态规划
    3篇
  • 二分
    2篇
  • 数学
    2篇
  • 异或
    1篇
  • 计算几何
  • 中途相遇法
    1篇
  • 线段树
    1篇
  • dfs相关
    2篇
  • Javascript
    1篇
  • 搜索
    2篇
  • vim
    1篇
  • 并查集
    1篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 0

TA参与的活动 0

创作活动更多

新星杯·14天创作挑战营·第13期

这是一个以写作博客为目的的创作活动,旨在鼓励大学生博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。我们诚挚邀请你们参加为期14天的创作挑战赛!注: 1、参赛者可以进入活动群进行交流、互相鼓励与支持(开卷),虚竹哥会分享创作心得和涨粉心得,答疑及活动群请见:https://bbs.csdn.net/topics/619781944 【进活动群,得奖概率会更大,因为有辅导】 2、文章质量分查询:https://www.csdn.net/qc

75人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

js 批量移除steam游戏 移除用户凭证中免费获取的物品

上午手贱用steamdb上的js 获取了几百个免费的demo/游戏 出现在了用户凭证里,但是并没有喜+1所以后来琢磨如何删掉又长又臭的单子 强迫症伤不起啊后来发现了一个别人写好的js 然而似乎因为年代久远 有一点错误http://pastebin.com/hhdNMmUk其实今天也是第一次看js代码在读了代码后 大概了解到了作者的意思首先网页进入账户明细
转载
博文更新于 2015.11.17 ·
6572 阅读 ·
3 点赞 ·
0 评论 ·
2 收藏

【图论】割点、桥、双连通

连通分量个数可以通过一次BFS或者DFS得到割点和桥可以meij
原创
博文更新于 2014.11.23 ·
1027 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
462 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

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 ·
1272 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

.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 ·
784 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
525 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
445 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

UVA 10047 The Monocycle

白书上图论例题2题目大意是 M*N个格子 #不能走S是起点 T是终点上北下南左西右东一开始在S,朝向北,在每一个格子 可以左转90度 或者右转90度 或者朝向走1格问从起点到终点 计算重复格子 走5的整数倍个格子到终点 不限制最后朝向 最短时间是多少就像书上讲的那样每个点 拆成20个点(x,y,color,head)分别表示该点的坐标,走到该点 走过
原创
博文更新于 2015.11.06 ·
474 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
1187 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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.10.25 ·
1231 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

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 ·
1119 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
471 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
801 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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.19 ·
162 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
1031 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
783 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

计算几何 模板

//凸包+最远点对#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.17 ·
394 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
468 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
476 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
514 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多