码迷,mamicode.com
首页 >  
搜索关键字:alice    ( 981个结果
Alice and Bob——hdu4111
该题也能在codevs上找到,ID3153 这是一道经典的博弈论的题 有两种做法,一个就是用sg函数,另一个嘛 看下面就知道了。 本文由Yzyet编写,网址为www.cnblogs.com/Yzyet。非Yzyet同意,禁止转载,侵权者必究。 ...
分类:其他好文   时间:2017-07-14 17:34:06    阅读次数:124
POJ1026 Cipher
Description Bob and Alice started to use a brand-new encoding scheme. Surprisingly it is not a Public Key Cryptosystem, but their encoding and decodin ...
分类:其他好文   时间:2017-07-13 21:55:36    阅读次数:227
mongodb权威指南之mongodb基础知识学习记录
mongo show dbs查看所有的数据库 使用use可以切换数据库,如果没有数据库则创建一个新的 use local切换倒local数据库 增加数据 db.test.insert({name:"jack"})向test表中插入一条数据,如果没有test表则创建一个,如果传入一个文档数组则会批量插 ...
分类:数据库   时间:2017-07-12 19:00:21    阅读次数:160
【欧拉函数】欧拉函数前缀和
转自http://www.cnblogs.com/chanme/p/4457200.html H. Game Alice likes to play games. One day she meets such a game. There are N * N switches arranged in ...
分类:其他好文   时间:2017-07-09 22:09:18    阅读次数:398
Educational Codeforces Round 24 D
Alice and Bob got very bored during a long car trip so they decided to play a game. From the window they can see cars of different colors running past ...
分类:其他好文   时间:2017-07-08 00:28:40    阅读次数:298
SQL 拼接多个字段的值&一个字段多条记录的拼接
如student表: studentID studentName studentScore 01 Alice 90 02 Bill 95 03 Cindy 100 studentID studentName studentScore 01 Alice 90 02 Bill 95 03 Cindy 1 ...
分类:数据库   时间:2017-07-04 16:38:14    阅读次数:228
poj 2484 A Funny Game
题目:http://poj.org/problem?id=2484 一,题意: n个硬币围成一个圈,Alice与Bob轮流从圈中取硬币。每次能够取一枚或者连续的两枚。 硬币取走后留下的空位不用填补,空位相隔的两个硬币视为不相邻。Alice第一个開始取。 取走最后一个硬币的人为胜利者。 二,解析: 该 ...
分类:其他好文   时间:2017-07-01 15:18:40    阅读次数:151
2612. [FHZOI 2017]被窃的项链
2612. [FHZOI 2017]被窃的项链 ★★★ 输入文件:stolen_necklace.in 输出文件:stolen_necklace.out 简单对比时间限制:1 s 内存限制:256 MB 【题目描述】 Alice和Bob偷(划掉)通过某些奇技淫巧弄来了一串上面有N(N<=100000 ...
分类:其他好文   时间:2017-06-29 17:33:16    阅读次数:215
Hyperledger fabric网络中transaction产生以及流转过程
一、发起transaction 当client想要发起一个transaction时,它会首先发送一个PROPOSE消息到它选择的一组endorser节点,消息模式有以下两种,节点可以自由选择(可能有更多种): client首先将<PROPOSE, tx>消息发送给某个单个的endorser,该end ...
分类:其他好文   时间:2017-06-28 02:20:32    阅读次数:902
Dijkstra BZOJ2763 [JLOI2011]飞行路线
2763: [JLOI2011]飞行路线 Description Alice和Bob现在要乘飞机旅行,他们选择了一家相对便宜的航空公司。该航空公司一共在n个城市设有业务,设这些城市分别标记为0到n-1,一共有m种航线,每种航线连接两个城市,并且航线有一定的价格。Alice和Bob现在要从一个城市沿着 ...
分类:其他好文   时间:2017-06-25 20:24:42    阅读次数:173
981条   上一页 1 ... 47 48 49 50 51 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!