Archived
1
0
This commit is contained in:
2025-11-01 08:20:49 +08:00
Unverified
parent e0fbc20716
commit 6151e4f8c9
29 changed files with 1010 additions and 3 deletions

View File

@@ -96,8 +96,8 @@ int PrintList(LinkList L)
int main()
{
LinkList bss1, bss2, bss3;
int A[] = { 958,599,9485,95626,989923 };
int B[] = { 3155,78,9623,7265,98630,983266 };
int A[] = { 253,342,465,586,678 };
int B[] = { 787,895,996,1023,2096,3323 };
CreatList(bss1, 5, A);
CreatList(bss2, 6, B);
printf("第一个链表: \n");