結果
問題 |
No.312 置換処理
|
ユーザー |
![]() |
提出日時 | 2015-12-05 01:26:25 |
言語 | Python2 (2.7.18) |
結果 |
RE
|
実行時間 | - |
コード長 | 94 bytes |
コンパイル時間 | 96 ms |
コンパイル使用メモリ | 6,948 KB |
実行使用メモリ | 38,124 KB |
最終ジャッジ日時 | 2024-09-14 14:13:11 |
合計ジャッジ時間 | 2,796 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 30 RE * 15 |
ソースコード
import math as m n=input() print next(iter(i for i in range(3,int(m.sqrt(n))+1)if n%i<1))or n