摘要:
分析 见poj 2182:http://blog.csdn.net/a_loud_name/article/details/51530711 代码 type pnode=^tnode; tnode=record lc,rc:pnode; c:longint;end;var... 阅读全文
摘要:
题目大意 N头牛从1到N编号(2=pos,那么只要在左儿子找就可以了否则要在右儿子中找,此时pos改为pos-左儿子ad。 代码 type pnode=^tnode; tnode=record lc,rc:pnode; c:longint;end;var t:pnode... 阅读全文