結果

問題 No.1268 Fruit Rush 2
ユーザー tailstails
提出日時 2020-10-25 02:07:19
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 65 bytes
コンパイル時間 114 ms
コンパイル使用メモリ 5,336 KB
実行使用メモリ 100,472 KB
最終ジャッジ日時 2023-09-28 22:08:18
合計ジャッジ時間 19,686 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,212 KB
testcase_01 AC 6 ms
5,196 KB
testcase_02 AC 6 ms
5,020 KB
testcase_03 AC 6 ms
5,192 KB
testcase_04 AC 6 ms
5,152 KB
testcase_05 AC 6 ms
5,164 KB
testcase_06 AC 6 ms
5,172 KB
testcase_07 AC 6 ms
5,168 KB
testcase_08 AC 6 ms
5,100 KB
testcase_09 AC 6 ms
5,048 KB
testcase_10 AC 6 ms
5,044 KB
testcase_11 AC 6 ms
5,044 KB
testcase_12 AC 6 ms
5,016 KB
testcase_13 AC 6 ms
5,156 KB
testcase_14 AC 6 ms
5,016 KB
testcase_15 AC 6 ms
5,096 KB
testcase_16 AC 777 ms
59,164 KB
testcase_17 AC 614 ms
53,868 KB
testcase_18 AC 612 ms
55,604 KB
testcase_19 AC 590 ms
55,252 KB
testcase_20 AC 573 ms
54,728 KB
testcase_21 AC 569 ms
54,184 KB
testcase_22 AC 658 ms
59,356 KB
testcase_23 AC 667 ms
59,644 KB
testcase_24 AC 602 ms
55,296 KB
testcase_25 AC 583 ms
54,344 KB
testcase_26 WA -
testcase_27 WA -
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 AC 940 ms
71,932 KB
testcase_32 AC 928 ms
71,836 KB
testcase_33 AC 888 ms
77,540 KB
testcase_34 AC 889 ms
91,716 KB
testcase_35 AC 938 ms
100,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$a=<>;++$d{$_+1},$a+=$d{$_+2}=$d{$_}for sort{$a-$b}glob<>;print$a
0