??題意:求樹上距離小於等於K的點對有多少個。思路:這道題很容易想到樹分治,對於當前的根節點來說,任意兩個結點之間要麼過根結點,要麼在一棵子樹中。那麼我們dfs
Ice_cream's world ITime Limit: 3000/1000 MS (Java/Others) Memory Limit: 3276
聽說Round #Pi的意思是Round #314。。。 A. Lineland Mail time limit per te
Can you solve this equation?Time Limit: 2000/1000 MS (Java/Others) Memory Limit:
#include #include #include #include #include #include #include #include #include
這道題竟然是一個大暴力。。。題意:π(n):小於等於n的數中素數的個數rub(n) :小於等於n的數中屬於回文數的個數然後給你兩個數p,q,其中A=p/q
Gray codeTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536
Jungle RoadsTime Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (J
有點類似完全背包,不過最後的容量必須被充滿。 dp[i][j]表示在前i個物品中選擇容量不超過j的最大價值。完全背包轉移方程:dp[i][j] = m
Given a complete binary tree, count the number of nodes.Definition of a complete
Cyclic NacklaceTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/