#include<stdio.h>#define N 1001void bubblesort(int *list,int len) 冒泡排序{ int i,jint temp for(i=0i&am