結果

問題 No.826 連絡網
ユーザー letrangerjpletrangerjp
提出日時 2019-05-04 08:44:16
言語 Ruby
(3.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 57 bytes
コンパイル時間 87 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 12,800 KB
最終ジャッジ日時 2024-05-03 05:18:38
合計ジャッジ時間 8,561 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 108 ms
12,160 KB
testcase_01 WA -
testcase_02 AC 99 ms
12,288 KB
testcase_03 AC 106 ms
12,288 KB
testcase_04 AC 104 ms
12,160 KB
testcase_05 AC 104 ms
12,416 KB
testcase_06 AC 103 ms
12,416 KB
testcase_07 AC 105 ms
12,288 KB
testcase_08 AC 103 ms
12,288 KB
testcase_09 AC 104 ms
12,416 KB
testcase_10 AC 105 ms
12,416 KB
testcase_11 AC 103 ms
12,416 KB
testcase_12 AC 412 ms
12,416 KB
testcase_13 AC 231 ms
12,544 KB
testcase_14 AC 337 ms
12,416 KB
testcase_15 AC 127 ms
12,544 KB
testcase_16 AC 256 ms
12,672 KB
testcase_17 AC 223 ms
12,416 KB
testcase_18 AC 199 ms
12,544 KB
testcase_19 AC 469 ms
12,544 KB
testcase_20 AC 453 ms
12,544 KB
testcase_21 AC 106 ms
12,416 KB
testcase_22 AC 229 ms
12,544 KB
testcase_23 AC 266 ms
12,544 KB
testcase_24 AC 168 ms
12,544 KB
testcase_25 AC 529 ms
12,544 KB
testcase_26 AC 186 ms
12,800 KB
testcase_27 AC 428 ms
12,672 KB
testcase_28 AC 350 ms
12,416 KB
testcase_29 AC 223 ms
12,544 KB
testcase_30 AC 535 ms
12,544 KB
testcase_31 AC 250 ms
12,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

#!ruby -nrprime
N=$_.to_i
p~-N-(N/2+1..N).count(&:prime?)
0