結果

問題 No.1285 ゴミ捨て
ユーザー tailstails
提出日時 2020-11-13 21:25:59
言語 Perl
(5.38.2)
結果
AC  
実行時間 165 ms / 2,000 ms
コード長 90 bytes
コンパイル時間 353 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 44,544 KB
最終ジャッジ日時 2024-11-28 21:40:11
合計ジャッジ時間 2,470 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,816 KB
testcase_01 AC 3 ms
6,820 KB
testcase_02 AC 3 ms
6,816 KB
testcase_03 AC 3 ms
6,820 KB
testcase_04 AC 3 ms
6,816 KB
testcase_05 AC 3 ms
6,820 KB
testcase_06 AC 4 ms
6,816 KB
testcase_07 AC 146 ms
43,008 KB
testcase_08 AC 8 ms
6,816 KB
testcase_09 AC 59 ms
20,608 KB
testcase_10 AC 128 ms
36,480 KB
testcase_11 AC 113 ms
34,048 KB
testcase_12 AC 82 ms
26,880 KB
testcase_13 AC 78 ms
27,008 KB
testcase_14 AC 138 ms
41,216 KB
testcase_15 AC 92 ms
29,952 KB
testcase_16 AC 27 ms
12,032 KB
testcase_17 AC 28 ms
12,160 KB
testcase_18 AC 25 ms
11,776 KB
testcase_19 AC 53 ms
19,456 KB
testcase_20 AC 24 ms
11,264 KB
testcase_21 AC 32 ms
14,080 KB
testcase_22 AC 165 ms
44,416 KB
testcase_23 AC 155 ms
44,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;
++$d{$_} for @a=map$_+0,<>;
$x>$d{$_}+$d{$_+1} or $x=$d{$_}+$d{$_+1} for @a;
print$x;
0