結果

問題 No.458 異なる素数の和
ユーザー tailstails
提出日時 2016-12-09 01:47:10
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 95 bytes
コンパイル時間 446 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 13,312 KB
最終ジャッジ日時 2024-05-06 10:09:20
合計ジャッジ時間 36,594 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,115 ms
13,312 KB
testcase_01 AC 1,086 ms
13,184 KB
testcase_02 AC 1,082 ms
13,184 KB
testcase_03 AC 1,080 ms
13,184 KB
testcase_04 AC 1,100 ms
13,184 KB
testcase_05 AC 1,075 ms
13,056 KB
testcase_06 AC 1,083 ms
13,184 KB
testcase_07 AC 1,085 ms
13,056 KB
testcase_08 WA -
testcase_09 AC 1,091 ms
13,056 KB
testcase_10 AC 1,077 ms
13,184 KB
testcase_11 AC 1,104 ms
13,056 KB
testcase_12 AC 1,090 ms
13,184 KB
testcase_13 WA -
testcase_14 AC 1,094 ms
13,184 KB
testcase_15 AC 1,117 ms
13,056 KB
testcase_16 AC 1,095 ms
13,184 KB
testcase_17 AC 1,080 ms
13,184 KB
testcase_18 AC 1,096 ms
13,184 KB
testcase_19 AC 1,106 ms
13,056 KB
testcase_20 WA -
testcase_21 AC 1,092 ms
13,184 KB
testcase_22 AC 1,094 ms
13,184 KB
testcase_23 AC 1,105 ms
13,184 KB
testcase_24 AC 1,083 ms
13,184 KB
testcase_25 AC 1,106 ms
13,184 KB
testcase_26 AC 1,113 ms
13,184 KB
testcase_27 AC 1,104 ms
13,184 KB
testcase_28 AC 1,068 ms
13,056 KB
testcase_29 AC 1,078 ms
13,056 KB
testcase_30 AC 1,074 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..0}print${-<>}||-1
0