結果

問題 No.12 限定された素数
ユーザー 👑 hos.lyrichos.lyric
提出日時 2015-03-01 20:40:25
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,908 ms / 5,000 ms
コード長 190 bytes
コンパイル時間 119 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 28,068 KB
最終ジャッジ日時 2024-05-03 09:14:44
合計ジャッジ時間 42,056 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,386 ms
27,912 KB
testcase_01 AC 1,544 ms
27,808 KB
testcase_02 AC 1,435 ms
28,036 KB
testcase_03 AC 1,908 ms
27,948 KB
testcase_04 AC 1,438 ms
27,756 KB
testcase_05 AC 1,578 ms
27,872 KB
testcase_06 AC 1,587 ms
28,048 KB
testcase_07 AC 1,690 ms
27,832 KB
testcase_08 AC 1,496 ms
27,988 KB
testcase_09 AC 1,473 ms
27,856 KB
testcase_10 AC 1,567 ms
27,752 KB
testcase_11 AC 1,766 ms
27,816 KB
testcase_12 AC 1,673 ms
27,732 KB
testcase_13 AC 1,555 ms
28,068 KB
testcase_14 AC 1,536 ms
27,936 KB
testcase_15 AC 1,569 ms
28,060 KB
testcase_16 AC 1,749 ms
27,868 KB
testcase_17 AC 1,397 ms
27,848 KB
testcase_18 AC 1,384 ms
27,872 KB
testcase_19 AC 1,406 ms
27,836 KB
testcase_20 AC 1,370 ms
27,832 KB
testcase_21 AC 1,428 ms
27,704 KB
testcase_22 AC 1,394 ms
27,992 KB
testcase_23 AC 1,413 ms
27,756 KB
testcase_24 AC 1,395 ms
27,884 KB
testcase_25 AC 1,579 ms
27,832 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

require'prime'
m=5000001
gets
b=c=l=0
gets.split.map{|a|b|=1<<a.ord-48}
z=1
Prime.each(m+10){|x|c<b||z=[z,[x,m].min-l].max
(c=0;l=x)if x.to_s.each_char.any?{|y|c|=1<<y.ord-48;(b|c)>b}}
p z-2
0