結果

問題 No.647 明太子
ユーザー %20%20
提出日時 2018-02-09 22:35:38
言語 Perl
(5.38.2)
結果
AC  
実行時間 3,754 ms / 4,500 ms
コード長 146 bytes
コンパイル時間 79 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 9,728 KB
最終ジャッジ日時 2024-06-07 21:51:34
合計ジャッジ時間 11,963 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,888 KB
testcase_01 AC 7 ms
5,888 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 7 ms
6,016 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 8 ms
6,016 KB
testcase_08 AC 8 ms
6,016 KB
testcase_09 AC 42 ms
6,272 KB
testcase_10 AC 79 ms
6,144 KB
testcase_11 AC 22 ms
5,888 KB
testcase_12 AC 62 ms
6,144 KB
testcase_13 AC 134 ms
6,272 KB
testcase_14 AC 1,441 ms
9,088 KB
testcase_15 AC 206 ms
6,400 KB
testcase_16 AC 58 ms
6,144 KB
testcase_17 AC 1,862 ms
9,216 KB
testcase_18 AC 1,984 ms
9,344 KB
testcase_19 AC 574 ms
8,832 KB
testcase_20 AC 617 ms
8,320 KB
testcase_21 AC 225 ms
7,040 KB
testcase_22 AC 3,754 ms
9,728 KB
testcase_23 AC 8 ms
6,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

@AB=map[glob<>],1..<>;
for$i(1..<>){
	<>=~$";
	$_[$i]+=$`<=@$_[0]&&$'>=@$_[1]for@AB;
}
($m)=sort{$b-$a}@_;
$,=$/;
print$m?grep$_[$_]==$m,1..$#_:0
0