// // Mult // public class Mult { public static boolean[][] f(boolean[][] A){ int n = A.length; boolean[][] B = new boolean[n][n]; for (int i=0;i