提交 028858b7 创建 作者: 宋海霞's avatar 宋海霞

modify

上级 fdd9d4d8
...@@ -3,35 +3,35 @@ ...@@ -3,35 +3,35 @@
// //
// 在此处包含 C 标准库头文件 // Include the C standard library header file here
// //
#include <stdio.h> #include <stdio.h>
// //
// 在此处包含其他头文件 // Other header files are included here
// //
// //
// 在此处定义数据结构 // Define the data structure here
// //
// //
// 在此处声明函数 // Declare the function here
// //
void BubbleSort(int* list, int length); void BubbleSort(int* list, int length);
// //
// 在此处声明全局变量 // Declare global variables here
// //
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论