Skip to main content
added 44 characters in body
Source Link
Uriel
  • 13.3k
  • 4
  • 18
  • 45

APL (Dyalog), 1313 12 bytes

1 byte saved thanks to @ngn!

(⌊/!⌈/)(|∘|,,-) 

Try it online!Try it online!

APL (Dyalog), 13 bytes

(⌊/!⌈/)(|,,-) 

Try it online!

APL (Dyalog), 13 12 bytes

1 byte saved thanks to @ngn!

(⌊/!⌈/)∘|,,- 

Try it online!

Source Link
Uriel
  • 13.3k
  • 4
  • 18
  • 45

APL (Dyalog), 13 bytes

(⌊/!⌈/)(|,,-) 

Try it online!