/*No.5 数字のブロック*/ import java.util.*; public class No5 { public static void main(String[] args) { short box_width,block_quantity,count; try(Scanner input = new Scanner(System.in)){ box_width=input.nextShort(); block_quantity=input.nextShort(); short block_width[]= new short[block_quantity]; for(int i=0;i