79194073

Date: 2024-11-15 22:03:45
Score: 1
Natty:
Report link

If you don't mind to see square brackets around each row and commas between each number in a row you can do:

java.util.Arrays;
for (int row = 0; row < ttt1.length; row++)
       System.out.println(Arrays.toString(ttt1[row]));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zvi Barak