結果

問題 No.12 限定された素数
ユーザー 👑 hos.lyrichos.lyric
提出日時 2015-03-01 20:41:17
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,863 ms / 5,000 ms
コード長 188 bytes
コンパイル時間 46 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 27,988 KB
最終ジャッジ日時 2024-05-03 09:15:39
合計ジャッジ時間 42,096 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,427 ms
27,756 KB
testcase_01 AC 1,543 ms
27,928 KB
testcase_02 AC 1,409 ms
27,716 KB
testcase_03 AC 1,863 ms
27,784 KB
testcase_04 AC 1,419 ms
27,856 KB
testcase_05 AC 1,596 ms
27,988 KB
testcase_06 AC 1,618 ms
27,808 KB
testcase_07 AC 1,714 ms
27,832 KB
testcase_08 AC 1,543 ms
27,860 KB
testcase_09 AC 1,477 ms
27,908 KB
testcase_10 AC 1,590 ms
27,784 KB
testcase_11 AC 1,766 ms
27,964 KB
testcase_12 AC 1,696 ms
27,840 KB
testcase_13 AC 1,595 ms
27,820 KB
testcase_14 AC 1,528 ms
27,972 KB
testcase_15 AC 1,563 ms
27,804 KB
testcase_16 AC 1,751 ms
27,732 KB
testcase_17 AC 1,362 ms
27,948 KB
testcase_18 AC 1,372 ms
27,912 KB
testcase_19 AC 1,391 ms
27,808 KB
testcase_20 AC 1,378 ms
27,712 KB
testcase_21 AC 1,430 ms
27,788 KB
testcase_22 AC 1,420 ms
27,752 KB
testcase_23 AC 1,409 ms
27,740 KB
testcase_24 AC 1,383 ms
27,864 KB
testcase_25 AC 1,579 ms
27,848 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