genzou #7183(2008/08/17 22:55 GMT) [ Groovy ] Rating0/0=0.00
1 2 3 4 5
def max = args[0].toInteger() (0..max).collect{ def num = it.toString() num[0] + "0" * (num.size()-1) }.unique().each{ println it }
Rating0/0=0.00-0+
[ reply ]
genzou
#7183()
[
Groovy
]
Rating0/0=0.00
def max = args[0].toInteger() (0..max).collect{ def num = it.toString() num[0] + "0" * (num.size()-1) }.unique().each{ println it }Rating0/0=0.00-0+
[ reply ]