Comment detail
LL Golf Hole 7 - バイト数を読みやすくする (Nested Flatten)This comment is reply for 7359 M.Suzuki: もうちょっと短くなりますね。 (LL Golf Hole 7 - バイト数を読みやすくする). Go to thread root.
内包表現を使用して空白を詰めると73Byte
1 | toMan n = last [(show $ n/1024^x) ++ [y] | (x,y) <- zip [0,1..] " kMGTPEZY", n>=1024^x]
|



M.Suzuki #7360() [ Haskell ] Rating0/0=0.00
Rating0/0=0.00-0+