码迷,mamicode.com
首页 >  
搜索关键字:zcc loves codefires    ( 818个结果
Codeforces276E:Little Girl and Problem on Trees
A little girl loves problems on trees very much. Here's one of them. A tree is an undirected connected graph, not containing cycles. The degree of node x in the tree is the number of nodes y of t...
分类:其他好文   时间:2015-05-05 01:22:29    阅读次数:183
Hdoj 5195 DZY Loves Topological Sorting 【拓扑】+【线段树】
DZY Loves Topological SortingTime Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 922 Accepted Submission(s): 269Problem Description A topolog...
分类:其他好文   时间:2015-05-01 23:53:36    阅读次数:129
BZOJ 4026 dC Loves Number Theory 分块+十字链表/可持久化线段树
题目大意:给定一个序列,多次询问某段区间乘积的φ\varphi值对10007771000777的模我竟然卡过去了233333 将序列分块,记录fi,jf_{i,j}表示第ii块左端点到第jj个点中出现的所有质数pp的p?1p\frac{p-1}p之积 每次询问[x,y][x,y],首先取出[x,y][x,y]区间内所有数的积,然后乘上fst,yf_{st,y}(其中stst是xx后面第一个块端点...
分类:其他好文   时间:2015-04-30 18:24:29    阅读次数:286
Codeforces Round #227 (Div. 2)---E. George and Cards(贪心, 树状数组+set维护, 好题!)
George is a cat, so he loves playing very much.Vitaly put n cards in a row in front of George. Each card has one integer written on it. All cards had distinct numbers written on them. Let’s number the...
分类:编程语言   时间:2015-04-29 21:54:23    阅读次数:211
Codeforces Round #179 (Div. 2)---D. Greg and Graph(离线+floyd)
Greg has a weighed directed graph, consisting of n vertices. In this graph any pair of distinct vertices has an edge between them in both directions. Greg loves playing with the graph and now he has in...
分类:其他好文   时间:2015-04-27 15:17:42    阅读次数:112
HDU5194 DZY Loves Balls【排列组合】
题目大意: 袋子里有N个黑球、M个白球。用1表示取出来的是黑球,0表示取出来的是白球。不放回 的从袋子里取出这N+M个球。求相邻取出的两个球第一个球白球,第二个球是黑球的期望 次数是多少,即出现"01"的期望次数是多少。 思路: 考虑期望可加。第i(1<=i<=N+M)个位置上出现白球的概率为M/(M+N),则i+1个位置上 出现黑球的概率为N/(M+N-1)。因为白球只能在1~M+N-1个位置上出现(后边还有黑球)。 所以出现"01"的次数为(M+n-1)次。则总的期望 = M/(M+N...
分类:其他好文   时间:2015-04-24 21:10:31    阅读次数:156
POJ1644:To Bet or Not To Bet(概率DP)
Description Alexander Charles McMillan loves to gamble, and during his last trip to the casino he ran across a new game. It is played on a linear sequence of squares as shown below.  A chip is...
分类:其他好文   时间:2015-04-23 23:30:27    阅读次数:290
hdu 5195 DZY Loves Topological Sorting 线段树+拓扑排序
DZY Loves Topological SortingTime Limit: 1 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5195DescriptionA topological sort or t...
分类:编程语言   时间:2015-04-22 00:18:43    阅读次数:203
Codeforces 447 C DZY Loves Sequences【DP】
题意:给出一列数,在这个序列里面找到一个连续的严格上升的子串,现在可以任意修改序列里面的一个数,问得到的子串最长是多少看的题解,自己没有想出来假设修改的是a[i],那么有三种情况,1.a[i]>a[i-1],那么求出向左能够延伸的最长的长度2.a[i] 2 #include 3 #inclu...
分类:其他好文   时间:2015-04-16 21:21:24    阅读次数:117
Codeforces 445 A DZY Loves Chessboard【DFS】
题意:给出n*m的棋盘,在‘.’处放上B或者W,最后要求所有的B和W都不相邻先把棋盘的点转化成‘B’,再搜,如果它的四周存在‘B’,则将它变成'W'一直挂在第五个数据的原因是,没有dfs(nx,ny)搜索果断弱爆了= =(差不多写了一个小时) 1 #include 2 #include 3 ...
分类:其他好文   时间:2015-04-16 21:15:48    阅读次数:129
818条   上一页 1 ... 62 63 64 65 66 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!