摘要:
Bear and Destroying Subtrees CodeForces - 643E 看了很久,稍微理解了一点... 代码转自czk dp[v][h]表示以v为祖先的子树最大高度为h时的概率 1 #include <iostream> 2 #include <cstdio> 3 #inclu 阅读全文
摘要:
Java大数 1 import java.util.*; 2 import java.math.*; 3 4 public class Main { 5 public static void main(String args[]) { 6 int a = 102; 7 BigInteger x = 阅读全文