Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
博客编辑的一些实用方法。
时间
2016年7月 - 2016年8月
公司
上海淘玺电子商务有限公司(美购网)
时间
2015年6月 - 2016年3月
公司
北京微软亚洲研究院
时间
2014年10月 - 2015年6月
公司
上海紫竹intel
时间
2013年7月 - 2013年9月
公司
上海大众点评
题目
求解一个区间[1, N]所有质数的个数。
具体描述请见hihoCoder。
题目
给定一个数字(很大),判断它是否是质数。
具体描述请见hihoCoder。
题目
假设已经有4张牌,计算得到下一张牌后是顺子的概率是多少(不包含同花顺)。
具体描述请见hihoCoder。
题目
考虑如下生成的斐波那契数列:
a[0] = 1, a[i] = a[j] + a[k], i > 0, j, k从[0, i-1]的整数中随机选出(j和k独立)
现在给定n,要求求出E(an),即各种可能的a数列中an的期望值。
具体描述请见hihoCoder。