zzu_lmc
zzu_lmc
全部文章
分类
acm(2)
codeforces(5)
java(3)
leetcode(1)
other(1)
博弈论(2)
并查集(1)
数论(1)
未归档(133)
水题(1)
百度之星(1)
算法(44)
莫比乌斯反演(1)
计算几何(1)
贪心(3)
归档
标签
去牛客网
登录
/
注册
zzu_lmc的博客
全部文章
(共1篇)
UVA 699 The Falling Leaves 递归建树
#include<cstdio> #include<cstring> #include<iostream> using namespace std; const int maxn=205; int sum[maxn]; void build(int p) { ...
递归
数
2018-05-10
0
437