阿里笔试

/**
 * @author hanjinping
 * 

* 类信息注释 */ public class A { /** * 求山脉的最大坡度 * 包含上坡和下坡 * @param b */ public static int test(int b[]){ int max=0; for (int i=0;ib[indexStart]&&indexStart

你可能感兴趣的:(面试)