Comment detail
LL Golf Hole 3 - 13日の金曜日を数え上げる (Nested Flatten)This comment is reply for 7566 U Okumura: 73B。もう終わったけど…(LL Golf Hole 3 - 13日の金曜日を数え上げる). Go to thread root.
同じ方針で 67B。使いませんでしたが,"${l.size}" は "$l.size" でOKです。
1 2 | a=(new Date()..new Date(114,0,0)).grep{it=~/i\D+13/}
print a+a.size
|




U Okumura #7567() [ Groovy ] Rating0/0=0.00
あ、個数もか… 削って85B。出力は汚いです。
l=((new Date()..new Date(113,11,31)).findAll{it.date*it.day==65});print"${l.size}$l"Rating0/0=0.00-0+