数据结构学的贼差. #include #include void bubble_sort(int *arrin, unsigned int len) { int i = 0, j = 0; int tmp = 0; for(i = 0; i <&...