結果

問題 No.826 連絡網
ユーザー tailstails
提出日時 2019-07-14 14:01:10
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 491 ms / 2,000 ms
コード長 83 bytes
コンパイル時間 98 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 12,800 KB
最終ジャッジ日時 2024-05-03 05:23:22
合計ジャッジ時間 8,797 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 90 ms
12,416 KB
testcase_01 AC 87 ms
12,416 KB
testcase_02 AC 95 ms
12,288 KB
testcase_03 AC 96 ms
12,416 KB
testcase_04 AC 99 ms
12,416 KB
testcase_05 AC 98 ms
12,416 KB
testcase_06 AC 100 ms
12,416 KB
testcase_07 AC 95 ms
12,416 KB
testcase_08 AC 96 ms
12,288 KB
testcase_09 AC 92 ms
12,416 KB
testcase_10 AC 86 ms
12,416 KB
testcase_11 AC 90 ms
12,288 KB
testcase_12 AC 373 ms
12,544 KB
testcase_13 AC 202 ms
12,672 KB
testcase_14 AC 300 ms
12,800 KB
testcase_15 AC 122 ms
12,672 KB
testcase_16 AC 237 ms
12,544 KB
testcase_17 AC 213 ms
12,672 KB
testcase_18 AC 175 ms
12,544 KB
testcase_19 AC 422 ms
12,672 KB
testcase_20 AC 418 ms
12,544 KB
testcase_21 AC 91 ms
12,416 KB
testcase_22 AC 199 ms
12,544 KB
testcase_23 AC 235 ms
12,544 KB
testcase_24 AC 152 ms
12,544 KB
testcase_25 AC 491 ms
12,672 KB
testcase_26 AC 170 ms
12,672 KB
testcase_27 AC 391 ms
12,544 KB
testcase_28 AC 317 ms
12,544 KB
testcase_29 AC 201 ms
12,544 KB
testcase_30 AC 487 ms
12,544 KB
testcase_31 AC 227 ms
12,544 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read N P
ruby -rprime -e"p $P*2>$N&&$P.prime?? 1:$N-1-($N/2+1..$N).count(&:prime?)"
0