結果
問題 |
No.312 置換処理
|
ユーザー |
![]() |
提出日時 | 2018-05-08 13:10:18 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
RE
|
実行時間 | - |
コード長 | 215 bytes |
コンパイル時間 | 35 ms |
コンパイル使用メモリ | 6,816 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-28 02:26:53 |
合計ジャッジ時間 | 1,238 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 RE * 44 |
ソースコード
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")))