import java.util.*; class Program { public static void main(String[] argv) { int[] tomb = new int[10]; Arrays.fill(tomb, 5); for(int i=0; i