結果
問題 |
No.312 置換処理
|
ユーザー |
![]() |
提出日時 | 2015-12-05 01:36:53 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 85 bytes |
コンパイル時間 | 55 ms |
コンパイル使用メモリ | 7,040 KB |
実行使用メモリ | 39,808 KB |
最終ジャッジ日時 | 2024-09-14 14:14:04 |
合計ジャッジ時間 | 3,975 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 42 WA * 3 |
ソースコード
import math as m n=input() print next(iter(i for i in range(3,2**20)if n%i<1),0)or n