結果

問題 No.458 異なる素数の和
ユーザー tailstails
提出日時 2016-12-09 02:01:00
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,304 ms / 2,000 ms
コード長 96 bytes
コンパイル時間 233 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 13,312 KB
最終ジャッジ日時 2024-05-09 21:17:25
合計ジャッジ時間 41,709 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,265 ms
13,312 KB
testcase_01 AC 1,273 ms
13,056 KB
testcase_02 AC 1,270 ms
13,184 KB
testcase_03 AC 1,255 ms
13,184 KB
testcase_04 AC 1,260 ms
13,184 KB
testcase_05 AC 1,255 ms
13,184 KB
testcase_06 AC 1,247 ms
13,184 KB
testcase_07 AC 1,228 ms
13,312 KB
testcase_08 AC 1,249 ms
13,184 KB
testcase_09 AC 1,237 ms
13,184 KB
testcase_10 AC 1,254 ms
13,312 KB
testcase_11 AC 1,304 ms
13,312 KB
testcase_12 AC 1,265 ms
13,184 KB
testcase_13 AC 1,268 ms
13,312 KB
testcase_14 AC 1,253 ms
13,184 KB
testcase_15 AC 1,275 ms
13,184 KB
testcase_16 AC 1,275 ms
13,184 KB
testcase_17 AC 1,275 ms
13,184 KB
testcase_18 AC 1,279 ms
13,184 KB
testcase_19 AC 1,251 ms
13,312 KB
testcase_20 AC 1,288 ms
13,312 KB
testcase_21 AC 1,270 ms
13,184 KB
testcase_22 AC 1,150 ms
13,184 KB
testcase_23 AC 1,199 ms
13,184 KB
testcase_24 AC 1,269 ms
13,184 KB
testcase_25 AC 1,271 ms
13,184 KB
testcase_26 AC 1,262 ms
13,056 KB
testcase_27 AC 1,292 ms
13,184 KB
testcase_28 AC 1,277 ms
13,184 KB
testcase_29 AC 1,275 ms
13,184 KB
testcase_30 AC 1,261 ms
13,312 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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