sumim #7427(2008/08/27 12:04 GMT) [ Smalltalk ] Rating0/0=0.00
Squeak Smalltalk で。
1 2 3 4 5 6
| n | n := 4. World findATranscript: nil. 1 to: n*2-1 do: [:m | Transcript cr; show: (String new: {m. n*2-m} min withAll: $*)]
Rating0/0=0.00-0+
[ reply ]
sumim
#7427()
[
Smalltalk
]
Rating0/0=0.00
Squeak Smalltalk で。
| n | n := 4. World findATranscript: nil. 1 to: n*2-1 do: [:m | Transcript cr; show: (String new: {m. n*2-m} min withAll: $*)]Rating0/0=0.00-0+
[ reply ]