結果

問題 No.602 隠されていたゲーム2
ユーザー %20%20
提出日時 2017-12-12 19:30:41
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 128 bytes
コンパイル時間 399 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 39,168 KB
最終ジャッジ日時 2024-05-08 05:14:47
合計ジャッジ時間 4,193 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,016 KB
testcase_01 AC 7 ms
6,016 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 7 ms
6,144 KB
testcase_04 AC 7 ms
6,016 KB
testcase_05 AC 7 ms
6,016 KB
testcase_06 AC 7 ms
5,888 KB
testcase_07 AC 7 ms
6,144 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 7 ms
6,016 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 8 ms
6,016 KB
testcase_16 AC 55 ms
10,368 KB
testcase_17 AC 114 ms
15,616 KB
testcase_18 AC 303 ms
31,488 KB
testcase_19 AC 393 ms
39,040 KB
testcase_20 AC 387 ms
37,376 KB
testcase_21 AC 373 ms
37,248 KB
testcase_22 WA -
testcase_23 AC 393 ms
39,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$h{0}=<>;
++$h{$_}for glob<>;
<>=~/\d+ -?/;$z=$&+$';
@g=grep$h{$z-$_}|$h{$_-$z}|$h{$z+$_},keys%h;
print$z?@g?1+!grep!$_,@g:-1:0
0