79291736

Date: 2024-12-18 16:08:37
Score: 2
Natty:
Report link
r0 = np.outer([1,1,1],[0,0,0,1,1,1,2,2,2])
bins = np.append(np.append(r0,3+r0, axis=0),6+r0, axis=0).flatten()
sums = np.reshape(np.bincount(bins, weights=board.flatten()),[3,3])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Anon