package no286; import java.util.Arrays; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int[] a = new int[n]; for(int i=0;i> j & 1) == 1) { discount += a[j]; } } discount %= 1000; for(int j=0;j> j & 1) == 0) { int to = i|(1<