#include<stdio.h>#define N 5void main(){ int array; int j,k; int temp; printf("please enter the score of five students: \n"); for(j=0;j<N;j++) scanf("%d",&...
阅读全文
2009
12-12