1. newman的安装依赖nodejs,首先安装node/npm [root@ipha-dev71-1 local]# ll total 12740 drwxr-xr-x. 2 root root 6 Nov 5 2016 bin drwxr-xr-x. 2 root root 6 Nov 5 2 ...
分类:
系统相关 时间:
2019-08-11 00:55:49
阅读次数:
210
题目描述 Bessie is playing a number game against Farmer John, and she wants you to help her achieve victory. Game i starts with an integer N_i (1 <= N_i < ...
分类:
其他好文 时间:
2019-08-11 00:37:11
阅读次数:
110
题目链接: "Coins" Description Alice and Bob are playing a simple game. They line up a row of nn identical coins, all with the heads facing down onto the t ...
分类:
其他好文 时间:
2019-08-10 20:58:48
阅读次数:
107
2048游戏共有16个格子,初始时初始数字由2或者4构成。 1.键盘向一个方向滑动,所有格子会向那个方向运动。 2.相同数字的两个格子,相撞时数字会相加。 3.每次滑动时,空白处会随机刷新出一个数字的格子。 4.当界面不可运动时(当界面全部被数字填满时),游戏结束; 把这款游戏看成是一个对象,这些就 ...
分类:
其他好文 时间:
2019-08-10 19:35:58
阅读次数:
244
problem:https://leetcode.com/problems/dungeon-game 看了这道题的tag我用了二分 + 简化dp(只需求特定血量能否达到)来做,能过但是速度好慢。一看评论区发现大家都是用纯dp过的,我哭了。 ...
分类:
其他好文 时间:
2019-08-10 14:29:58
阅读次数:
71
入门须知 C#基础 tML基础 像素画基础 附:泰拉瑞亚开发常用网址 Terraria Wiki(泰拉瑞亚维基):https://terraria-zh.gamepedia.com/Terraria_Wiki tModLoader Wiki(tML维基):https://github.com/tMo ...
分类:
其他好文 时间:
2019-08-10 14:18:59
阅读次数:
93
题目链接:http://codeforces.com/problemset/problem/703/A Mishka is a little polar bear. As known, little bears loves spending their free time playing dice ...
分类:
其他好文 时间:
2019-08-10 09:18:27
阅读次数:
91
START NO.1 newstart 最小线段树的模板,虽然我并没有看出来 但是如果知道了就是5分钟搞定 NO.2 game 一个纷繁复杂的dp Max和Min要同时进行 记得初始化 NO.3 industry 也是一道dp 还算能看出来??? 注意不同方向就好 上下的转移不能错 NO.4 cov ...
分类:
其他好文 时间:
2019-08-09 21:43:04
阅读次数:
89
Coins I 题目描述 Alice and Bob are playing a simple game. They line up a row of n identical coins, all with the heads facing down onto the table and the t ...
分类:
其他好文 时间:
2019-08-08 16:19:11
阅读次数:
92
public enum GAME_TAG // Token: 0x0400627F RID: 25215 RUSH = 791, // Token: 0x04006280 RID: 25216 ATTACKABLE_BY_RUSH = 930, public abstract class Entit ...
分类:
其他好文 时间:
2019-08-07 13:16:26
阅读次数:
100