結果
問題 |
No.36 素数が嫌い!
|
ユーザー |
![]() |
提出日時 | 2024-04-30 16:34:32 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 177 bytes |
コンパイル時間 | 244 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-11-20 13:22:24 |
合計ジャッジ時間 | 2,064 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 4 |
other | RE * 26 |
ソースコード
import sys n = int(input()) for i in range(int(n**0.5)): if n%i == 0: for j in range(int(k**0.5)): if j != 1 and i%k == 0: print("YES") sys.exit() print("NO")