HDU 2196
摘要:
1 //树形DP,求树的最大直径。。。。 2 #include 3 4 #include 5 #include 6 using namespace std; 7 #define Max(x,y) (x>y?x:y) 8 #define max 10000+5 9 10 vector next[m... 阅读全文
posted @ 2013-08-12 18:50 Stomach_ache 阅读(157) 评论(0) 推荐(0)