第一题写完辣
This commit is contained in:
@@ -7,6 +7,7 @@ int main() {
|
||||
bookList books = new bookNode;
|
||||
books->next = NULL;
|
||||
create(books);
|
||||
cout << getLength(&books) << endl;
|
||||
display(&books);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user