Mac使用systrace/monitor/adb等工具 1.Android monitor# cd android-sdks/tools# ./monitor&2.Android SDK Manager# ./android3.fastboot # cd platform-tools# ./fastboot4.systrace.py# cd platform-tools/syst
//最大值放第一个数,最小值放第二个数,次小值放第三个数void fun(int a[], int n){ int i, j, max, min, px, pn, t;/**********found**********/for (i=0; i<n-1; i+=2){ max = min = a[i];px = pn = i;/**********found**********/