04 2016 档案

摘要:include include include using namespace std; const int maxNode = 50005; struct Node{ int left; int right; int value; }node[maxNode 4]; int father[maxN 阅读全文
posted @ 2016-04-28 14:29 vector11248 阅读(185) 评论(0) 推荐(0)
摘要:![](http://images2015.cnblogs.com/blog/790710/201604/790710-20160425234201095-412190183.jpg) 阅读全文
posted @ 2016-04-25 23:42 vector11248 阅读(105) 评论(0) 推荐(0)
摘要:include include include include using namespace std; const int MaxNode=524288; const int MaxStu=200001; struct Node{ int value; int left,right; }node[ 阅读全文
posted @ 2016-04-23 12:10 vector11248 阅读(123) 评论(0) 推荐(0)
摘要:function getvalue() { var x= document.getElementById("myHeader") alert(x.innerHTML) } function id(x) { if(typeof x=="string") return document.getEleme 阅读全文
posted @ 2016-04-07 14:34 vector11248 阅读(109) 评论(0) 推荐(0)
摘要:function getvalue() { var x= document.getElementById("myHeader") alert(x.innerHTML) } function id(x) { if(typeof x=="string") return document.getEleme 阅读全文
posted @ 2016-04-07 14:31 vector11248 阅读(148) 评论(1) 推荐(0)