結果

問題 No.458 異なる素数の和
ユーザー tailstails
提出日時 2016-12-09 01:41:25
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,274 ms / 2,000 ms
コード長 97 bytes
コンパイル時間 233 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 13,184 KB
最終ジャッジ日時 2024-04-28 01:39:22
合計ジャッジ時間 35,203 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,031 ms
13,056 KB
testcase_01 AC 1,033 ms
13,056 KB
testcase_02 AC 1,028 ms
13,056 KB
testcase_03 AC 1,069 ms
13,056 KB
testcase_04 AC 1,043 ms
13,056 KB
testcase_05 AC 1,056 ms
13,184 KB
testcase_06 AC 1,031 ms
12,928 KB
testcase_07 AC 1,048 ms
13,056 KB
testcase_08 AC 1,037 ms
12,928 KB
testcase_09 AC 1,044 ms
13,056 KB
testcase_10 AC 1,063 ms
13,056 KB
testcase_11 AC 1,037 ms
13,056 KB
testcase_12 AC 1,036 ms
13,056 KB
testcase_13 AC 1,030 ms
13,056 KB
testcase_14 AC 1,044 ms
13,056 KB
testcase_15 AC 1,031 ms
13,056 KB
testcase_16 AC 1,043 ms
13,184 KB
testcase_17 AC 1,053 ms
13,056 KB
testcase_18 AC 1,038 ms
13,056 KB
testcase_19 AC 1,039 ms
12,928 KB
testcase_20 AC 1,028 ms
13,056 KB
testcase_21 AC 1,043 ms
12,928 KB
testcase_22 AC 1,054 ms
12,928 KB
testcase_23 AC 1,033 ms
13,056 KB
testcase_24 AC 1,042 ms
13,056 KB
testcase_25 AC 1,035 ms
13,056 KB
testcase_26 AC 1,121 ms
13,056 KB
testcase_27 AC 1,274 ms
13,056 KB
testcase_28 AC 1,036 ms
13,056 KB
testcase_29 AC 1,052 ms
12,928 KB
testcase_30 AC 1,119 ms
13,184 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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