为什么会出现54行这样的错误啊?书里面原本是 ar = 0 bk = 0可是也有错误啊
author是个链表,不能author->name这样用,book同样。
list::iterator不能用0 (NULL也是0)赋值,改成list::iterator ar = list::iterator()