#include using namespace std; int main() { int i,j,t; int a[10]; cout<<"输入十个数:"<a[i+1]) {t=a[i];a[i]=a[i+1];a[i+1]=t;} if(a[9-i]