Add LinkStack

This commit is contained in:
Kim Yang
2020-07-31 22:15:39 +08:00
parent f4e37cc77d
commit eeaa29aab3
3 changed files with 64 additions and 100 deletions

View File

@@ -122,7 +122,7 @@ void testShStack() {
}
printf("测试第个栈\n");
printf("测试第个栈\n");
if (Push1(S,10)){
printf("入栈成功啦!\n");
} else{