結果
問題 |
No.312 置換処理
|
ユーザー |
![]() |
提出日時 | 2018-05-08 13:13:10 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
WA
|
実行時間 | - |
コード長 | 209 bytes |
コンパイル時間 | 127 ms |
コンパイル使用メモリ | 7,072 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-28 02:26:55 |
合計ジャッジ時間 | 1,233 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 39 WA * 6 |
ソースコード
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=i+1 end if t>2 then return t end return n end)(io.stdin:read("*n")))