博弈类DP题,设状态f[i][j][a][b]表示第一堆里的范围在i j,第二堆的范围在a b,Alice可以得到的最大值 则有: dp[i][j][a][b] = max { dp[ i + 1 ] [ j ] [ a ] [ b ] dp[ i ] [ i 1 ] [ a ] [ b ] dp[ ...
分类:
其他好文 时间:
2019-08-18 15:43:19
阅读次数:
95
转义字符包含一个倒斜杠(\),紧跟着是想要添加到字符串中的字符。(尽管它包含两个字符,但大家公认它是一个转义字符。) 转义字符包含一个倒斜杠(\),紧跟着是想要添加到字符串中的字符。(尽管它包含两个字符,但大家公认它是一个转义字符。) 实例1: Python 知道,因为 Bob\'s 中的单引号有一 ...
分类:
编程语言 时间:
2019-08-17 18:17:32
阅读次数:
86
题目描述: C. Producing Snow time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Alice likes snow ...
分类:
其他好文 时间:
2019-08-11 21:02:31
阅读次数:
84
dictdict是一个kv键值对,根据索引查找值。dict的key是根据hash算法计算>>>d={‘Michael‘:95,‘Bob‘:75,‘Tracy‘:85}>>>d[‘Michael‘]95>>>d[‘Jack‘]=90>>>d[‘Jack‘]90>>>d[‘Jack‘]=88#覆盖前面的值>
分类:
其他好文 时间:
2019-08-11 10:55:19
阅读次数:
90
题目链接: "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
Alice 和 Bob 在一棵 n 个节点的树上玩游戏,每个节点初始要么为黑色要么为白色。
Alice 先手,轮流进行如下操作:
选择一个白色点 v,将路径 (1, v) 全部染成黑色。
最后不能操作的人为输。
帮忙计算 Alice 是否必胜以及所有必胜可能的第一步结点的选择。 ...
分类:
其他好文 时间:
2019-08-10 09:19:13
阅读次数:
75
【题目描述】 Alice想要得到一个长度为 $n$ 的序列,序列中的数都是不超过 $m$ 的正整数,而且这 $n$ 个数的和是 $p$ 的倍数。 Alice还希望,这 $n$ 个数中,至少有一个数是质数。 Alice想知道,有多少个序列满足她的要求。 【输入格式】 一行三个数, $n,m,p$。 【 ...
分类:
其他好文 时间:
2019-08-10 00:02:18
阅读次数:
153
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
https://www.cnblogs.com/alice-bj/p/9258121.html 1、什么是RESTful REST与技术无关,代表的是一种软件架构风格,REST是Representational State Transfer的简称,中文翻译为“表征状态转移”。 REST从资源得角度类 ...
分类:
其他好文 时间:
2019-08-06 21:20:56
阅读次数:
132
好程序员云计算学习路线之高级权限,suid,sgid,sticky文件权限管理之:高级权限问题1:为什么会失败![root@tianyun~]#ll/root/file1.txt-rw-r--r--1rootroot47月2714:14/root/file1.txt[alice@tianyun~]$cat/root/file1.txt分层验证看,ll-d/ll-d/root(root禁地进不去)c
分类:
其他好文 时间:
2019-08-06 09:14:37
阅读次数:
120