Comment detail
LL Golf Hole 8 - 横向きのピラミッドを作る (Nested Flatten)This comment is reply for 7423 U Okumura: コマンドライン引数から取れば短くできますね。(LL Golf Hole 8 - 横向きのピラミッドを作る). Go to thread root.
This comment is reply for 7423 U Okumura: コマンドライン引数から取れば短くできますね。(LL Golf Hole 8 - 横向きのピラミッドを作る). Go to thread root.
matyr
#7424()
[
Groovy
]
Rating1/1=1.00
[1..<(n=0.decode(args[0])),n..1]*.any{println'*'*it}Rating1/1=1.00-0+