#include<stdio.h> int main() { int a[4]; int i,j,tempt; for(i=0;i<=3;i++) //冒泡排序 scanf("%d",&a[i]); for(j=0;j<=2;j++) &n...