package yukicoder; import java.util.*; public class P45 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); int N = sc.nextInt(); int[] V = new int[N]; for(int i=0; i