結果

問題 No.458 異なる素数の和
ユーザー tailstails
提出日時 2016-12-09 09:10:19
言語 Perl
(5.38.0)
結果
AC  
実行時間 1,473 ms / 2,000 ms
コード長 95 bytes
コンパイル時間 198 ms
コンパイル使用メモリ 5,716 KB
実行使用メモリ 11,736 KB
最終ジャッジ日時 2023-09-18 15:02:12
合計ジャッジ時間 48,796 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,438 ms
11,664 KB
testcase_01 AC 1,473 ms
11,660 KB
testcase_02 AC 1,467 ms
11,736 KB
testcase_03 AC 1,443 ms
11,680 KB
testcase_04 AC 1,419 ms
11,668 KB
testcase_05 AC 1,429 ms
11,628 KB
testcase_06 AC 1,437 ms
11,652 KB
testcase_07 AC 1,422 ms
11,652 KB
testcase_08 AC 1,445 ms
11,660 KB
testcase_09 AC 1,454 ms
11,548 KB
testcase_10 AC 1,432 ms
11,540 KB
testcase_11 AC 1,431 ms
11,580 KB
testcase_12 AC 1,430 ms
11,632 KB
testcase_13 AC 1,437 ms
11,676 KB
testcase_14 AC 1,423 ms
11,592 KB
testcase_15 AC 1,442 ms
11,560 KB
testcase_16 AC 1,447 ms
11,672 KB
testcase_17 AC 1,438 ms
11,568 KB
testcase_18 AC 1,424 ms
11,640 KB
testcase_19 AC 1,434 ms
11,652 KB
testcase_20 AC 1,432 ms
11,564 KB
testcase_21 AC 1,409 ms
11,652 KB
testcase_22 AC 1,403 ms
11,556 KB
testcase_23 AC 1,429 ms
11,628 KB
testcase_24 AC 1,411 ms
11,660 KB
testcase_25 AC 1,420 ms
11,544 KB
testcase_26 AC 1,425 ms
11,656 KB
testcase_27 AC 1,408 ms
11,644 KB
testcase_28 AC 1,431 ms
11,592 KB
testcase_29 AC 1,428 ms
11,684 KB
testcase_30 AC 1,453 ms
11,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

for$m(2..499){map$$_+=$-=($x=${$_+$m})&&$x+1-$$_,-2e4..-1if!grep$m%$_<1,2..$m-1}print${-<>}||-1
0