結果

問題 No.1268 Fruit Rush 2
ユーザー tailstails
提出日時 2020-10-25 02:07:19
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 65 bytes
コンパイル時間 803 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 109,452 KB
最終ジャッジ日時 2024-07-21 16:53:09
合計ジャッジ時間 17,929 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
5,888 KB
testcase_01 AC 8 ms
6,272 KB
testcase_02 AC 8 ms
6,144 KB
testcase_03 AC 7 ms
6,144 KB
testcase_04 AC 6 ms
6,016 KB
testcase_05 AC 7 ms
6,016 KB
testcase_06 AC 7 ms
6,144 KB
testcase_07 AC 8 ms
6,272 KB
testcase_08 AC 7 ms
6,272 KB
testcase_09 AC 7 ms
6,016 KB
testcase_10 AC 7 ms
6,144 KB
testcase_11 AC 7 ms
6,016 KB
testcase_12 AC 7 ms
6,144 KB
testcase_13 AC 7 ms
6,016 KB
testcase_14 AC 7 ms
6,016 KB
testcase_15 AC 7 ms
6,016 KB
testcase_16 AC 702 ms
64,308 KB
testcase_17 AC 558 ms
58,832 KB
testcase_18 AC 548 ms
60,656 KB
testcase_19 AC 522 ms
60,392 KB
testcase_20 AC 524 ms
59,732 KB
testcase_21 AC 520 ms
59,256 KB
testcase_22 AC 583 ms
64,388 KB
testcase_23 AC 630 ms
64,628 KB
testcase_24 AC 532 ms
60,252 KB
testcase_25 AC 518 ms
59,568 KB
testcase_26 WA -
testcase_27 WA -
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 AC 807 ms
76,848 KB
testcase_32 AC 802 ms
76,972 KB
testcase_33 AC 819 ms
82,560 KB
testcase_34 AC 892 ms
100,744 KB
testcase_35 AC 805 ms
109,452 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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