第一题写完辣

This commit is contained in:
2024-10-19 00:53:12 +08:00
parent f675daad41
commit 0dd0c19bd1
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ int main() {
bookList books = new bookNode;
books->next = NULL;
create(books);
cout << getLength(&books) << endl;
display(&books);
return 0;
}