結果

問題 No.647 明太子
ユーザー %20%20
提出日時 2018-02-09 22:38:05
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,729 ms / 4,500 ms
コード長 164 bytes
コンパイル時間 182 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 9,088 KB
最終ジャッジ日時 2024-06-27 02:31:21
合計ジャッジ時間 5,699 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,376 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 3 ms
5,376 KB
testcase_04 AC 3 ms
5,376 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 4 ms
5,504 KB
testcase_07 AC 4 ms
5,376 KB
testcase_08 AC 4 ms
5,376 KB
testcase_09 AC 18 ms
5,632 KB
testcase_10 AC 33 ms
5,504 KB
testcase_11 AC 11 ms
5,632 KB
testcase_12 AC 28 ms
5,632 KB
testcase_13 AC 60 ms
5,888 KB
testcase_14 AC 612 ms
8,448 KB
testcase_15 AC 84 ms
5,760 KB
testcase_16 AC 24 ms
5,504 KB
testcase_17 AC 770 ms
8,704 KB
testcase_18 AC 838 ms
8,576 KB
testcase_19 AC 223 ms
8,192 KB
testcase_20 AC 238 ms
7,552 KB
testcase_21 AC 85 ms
6,400 KB
testcase_22 AC 1,729 ms
9,088 KB
testcase_23 AC 5 ms
5,504 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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