输入8个整数,并从小到大输出

2025-01-01 12:25:42
推荐回答(1个)
回答1:

就是个排序问题 输入的8个存在int a[8]中 int i; int j; int temp; for (i=0;i<7;i++) { for (j=i+1;j<8;j++) { if a[j]