79713960

Date: 2025-07-24 21:08:53
Score: 1
Natty:
Report link
julia> for i in CartesianIndices(ntuple(_ -> 2, 3))
       println(i)
       end
CartesianIndex(1, 1, 1)
CartesianIndex(2, 1, 1)
CartesianIndex(1, 2, 1)
CartesianIndex(2, 2, 1)
CartesianIndex(1, 1, 2)
CartesianIndex(2, 1, 2)
CartesianIndex(1, 2, 2)
CartesianIndex(2, 2, 2)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pnavaro