import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner koko = new Scanner(System.in); long b = koko.nextLong(); int n = koko.nextInt(); long[] c = new long[n]; long total=0; for(int i=0; i