Average Score Time Limit: 2 Seconds Memory Limit: 65536 KB Bob is a freshman in Marjar University. He is clever and diligent. However, he is not good ...
分类:
其他好文 时间:
2017-04-21 09:21:07
阅读次数:
239
Let L denote the number of 1s in integer D's binary representation. Given two integers S1 and S2, we call D a XHY number if S1≤L≤S2. With a given D, w ...
分类:
其他好文 时间:
2016-04-13 14:33:30
阅读次数:
194
队名:Unlimited Code Works(无尽编码) 队员:Wu、Wang、Zhou先说一下队伍阵容:Wu是大三学长;Wang高中noip省一;我最渣,去年来大学开始学的a+b,参加今年区域赛之前只学了大部分图论内容,以及一些简单的数据结构并且不能熟练运用... ...先从长春站说起吧... ...
分类:
其他好文 时间:
2015-11-17 12:52:27
阅读次数:
267
Average ScoreTime Limit:2 Seconds Memory Limit:131072 KBBob is a freshman in Marjar University. He is clever and diligent. However, he is not good at ...
分类:
其他好文 时间:
2015-10-05 20:39:41
阅读次数:
184
球队内线我也总水平,这所学校得到了前所未有的8地方,因为只有两个少年队。因此,我们13并且可以被分配到的地方,因为13和非常大的数目。据领队谁oj在之上a谁去让更多的冠军。我和tyh,sxk,doubleq运的在大二就有机会參加亚洲现场赛,非常激动。牡丹江赛区是我和sxk和doubleq组成rain...
分类:
其他好文 时间:
2015-08-18 11:29:41
阅读次数:
158
///////////////////////////////////////////////////////////////////////////////////////////////////////
作者:tt2767
声明:本文遵循以下协议自由转载-非商用-非衍生-保持署名|Creative Commons BY-NC-ND 3.0
查看本文更新与讨论请点击:http://blog....
分类:
其他好文 时间:
2015-07-29 23:08:51
阅读次数:
199
///////////////////////////////////////////////////////////////////////////////////////////////////////
作者:tt2767
声明:本文遵循以下协议自由转载-非商用-非衍生-保持署名|Creative Commons BY-NC-ND 3.0
查看本文更新与讨论请点击:http://blog....
分类:
其他好文 时间:
2015-07-29 23:08:33
阅读次数:
186
///////////////////////////////////////////////////////////////////////////////////////////////////////
作者:tt2767
声明:本文遵循以下协议自由转载-非商用-非衍生-保持署名|Creative Commons BY-NC-ND 3.0
查看本文更新与讨论请点击:http://blog....
分类:
其他好文 时间:
2015-07-29 21:28:35
阅读次数:
122
Known NotationTime Limit:2 Seconds Memory Limit:65536 KBDo you know reverse Polish notation (RPN)? It is a known notation in the area of mathematics a...
分类:
其他好文 时间:
2015-05-18 20:37:40
阅读次数:
118
题目地址:点击打开链接
这道题有两种做法,第一种是直接求期望,类似于poj 2096 区别在于这个步数有限。所以要迭代步数。
#include
#include
#include
#define maxn 55//这里刚开始写成了50+10 那么maxn*maxn就会小很多wa了一次
using namespace std;
double dp[maxn][maxn][maxn*maxn...
分类:
其他好文 时间:
2014-11-25 23:52:00
阅读次数:
201