import java.util.Scanner; public class Solution { public static void main(String[] args) throws Exception{ Scanner sc = new Scanner(System.in); //firstLane int total = sc.nextInt(); int[] num = new int[total]; //secondLine int max = 0; for(int i=0; i