import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner in = new Scanner(System.in); long box = in.nextLong(); long N = in.nextLong(); List list = new ArrayList<>(); for(long i=0; i