06/11/11 10:18:35 8A9N2v2/
>>167
9to6.rbにおいて全角の空白文字(シフトJISコード8140h)をタブ文字(\tすなわち09h)
または半角の空白文字(20h)に置換しなければなりません。
以下の10to6.rbも9to6.rbと同様です。
169:名無しさん@夢いっぱい
06/11/11 10:20:03 8A9N2v2/
a = ["01 ", "02 ", "03 ", "04 ", "05 ", "06 ", "07 ", "08 ", "09 ", "10 "]
i = 0
while string = ARGV.shift # 【ファイル名】10to6.rb
a[i] = string + " " # 【使用例】ruby 10to6.rb 01 02 03 04 05 06 07 08 09 10
i += 1
end
i = 0
while i < 10
j = i + 1
while j < 10
k = j + 1
while k < 10
m = k + 1
while m < 10
n = 0
while n < 10
if n != i && n != j && n != k && n != m
$stdout << a[n]
end
n += 1
end
$stdout << "\n"
m += 1
end
k += 1
end
j += 1
end
i += 1
end
170:名無しさん@夢いっぱい
06/11/14 02:42:43 TgUOPmo/
スレリンク(loto板:596番)
「キャリーオーバーは当選口数0の時だけ発生すんの?」
2口のときにもキャリーオーバーが発生した。
2005年6月9日 第242回キャリーオーバー 314,953,610円
2005年6月16日 第243回
05 34 35 38 42 43 (08) 2口 400,000,000円
2連続キャリーオーバー 3,380,993円
2006年9月14日 第308回キャリーオーバー 393,902,973円
2006年9月21日 第309回
01 04 26 36 41 42 (09) 2口 400,000,000円
2連続キャリーオーバー 183,009,018円