結果

問題 No.312 置換処理
コンテスト
ユーザー nobigomu
提出日時 2018-05-08 13:10:18
言語 Lua
(LuaJit 2.1.1774638290)
コンパイル:
luajit -b _filename_ a.out
実行:
luajit _filename_
結果
RE  
実行時間 -
コード長 215 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 355 ms
コンパイル使用メモリ 8,228 KB
実行使用メモリ 7,848 KB
最終ジャッジ日時 2026-03-16 12:07:43
合計ジャッジ時間 1,131 ms
ジャッジサーバーID
(参考情報)
judge2_0 / judge3_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1 RE * 44
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

print((function (n)
        local r,i,t = {},2,n
        while i^2<=n do if t%i==0 then if i>2 then return i end t=t/i end i,m=i+1,m+1 end
        if t>2 then return t end
        return n
end)(io.stdin:read("*n")))
0