发布于 2021-03-25 10:53:57
发布于 2021-03-25 18:55:54
+⌿⍉⊢⎕UCS
+⌿ ⍝ Column first summation
⍉ ⍝ Transpose (no-op)
⊢ ⍝ Identity function (no-op)
⎕UCS ⍝ Universal Character Set index valueshttps://codegolf.stackexchange.com/questions/221321
复制相似问题