搞不出来,求大神来个答案从键盘任意输入10个整数, 用以下函数计算最大值和最小值, 和它们所在数组中的位置。 void find(int num[], int n, int *pMax, int *pMaxPos, int *pMin, int *pMinPos)