Jelly, 36 bytes
×ばつÑṠḟ0Ṃ
ÑAI
OIḟ0
ÇṠḢ;2L·;Ñ
TryItOnline
Or see the test cases
(My lack of chaining skill is probably costing a few bytes here)
Jonathan Allan
- 115.4k
- 8
- 68
- 293
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange×ばつÑṠḟ0Ṃ
ÑAI
OIḟ0
ÇṠḢ;2L·;Ñ
TryItOnline
Or see the test cases
(My lack of chaining skill is probably costing a few bytes here)