「モジュール:テスト2」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
( (トーク) による版 11407 を取り消し)
タグ: 取り消し
編集の要約なし
10行目: 10行目:
t = t + 1
t = t + 1
end
end
return table.concat(arr)
local output = ""
--[[local output = ""
if ansTyp == "sum"then
if ansTyp == "sum"then
for i = 1, #arr - 2 do
for i = 1, #arr - 2 do
19行目: 18行目:
for k = j + 1, #arr do
for k = j + 1, #arr do
if arr[k] == rest then
if arr[k] == rest then
output = output.."("..arr[i]..","..arr[j]..","..rest..")"
return "found" end end end end end end
--[[output = output.."("..arr[i]..","..arr[j]..","..rest..")"
end
end
end
end
3,292

回編集

案内メニュー