第1关:比较相邻两个元素求最大值 本关任务:编写函数通过比较数组相邻两个元素求数组最大值。 #include <stdio.h> #include<stdlib.h> void input(int *&a,