結果

問題 No.610 区間賞(Section Award)
ユーザー tailstails
提出日時 2017-12-10 00:20:20
言語 Perl
(5.38.2)
結果
AC  
実行時間 478 ms / 2,000 ms
コード長 87 bytes
コンパイル時間 158 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 45,700 KB
最終ジャッジ日時 2024-05-07 13:01:13
合計ジャッジ時間 11,030 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,760 KB
testcase_01 AC 7 ms
5,760 KB
testcase_02 AC 6 ms
5,760 KB
testcase_03 AC 7 ms
5,888 KB
testcase_04 AC 6 ms
5,888 KB
testcase_05 AC 7 ms
6,016 KB
testcase_06 AC 9 ms
6,144 KB
testcase_07 AC 7 ms
6,016 KB
testcase_08 AC 10 ms
6,144 KB
testcase_09 AC 8 ms
6,016 KB
testcase_10 AC 9 ms
6,016 KB
testcase_11 AC 9 ms
6,144 KB
testcase_12 AC 6 ms
5,760 KB
testcase_13 AC 10 ms
6,144 KB
testcase_14 AC 10 ms
6,144 KB
testcase_15 AC 8 ms
6,144 KB
testcase_16 AC 8 ms
6,144 KB
testcase_17 AC 9 ms
5,888 KB
testcase_18 AC 7 ms
6,016 KB
testcase_19 AC 92 ms
13,856 KB
testcase_20 AC 446 ms
44,616 KB
testcase_21 AC 58 ms
11,264 KB
testcase_22 AC 274 ms
31,940 KB
testcase_23 AC 38 ms
9,344 KB
testcase_24 AC 103 ms
15,448 KB
testcase_25 AC 28 ms
8,064 KB
testcase_26 AC 190 ms
23,664 KB
testcase_27 AC 405 ms
44,184 KB
testcase_28 AC 350 ms
39,756 KB
testcase_29 AC 255 ms
30,148 KB
testcase_30 AC 329 ms
37,408 KB
testcase_31 AC 167 ms
21,968 KB
testcase_32 AC 375 ms
41,788 KB
testcase_33 AC 56 ms
11,136 KB
testcase_34 AC 402 ms
44,468 KB
testcase_35 AC 188 ms
24,096 KB
testcase_36 AC 386 ms
42,988 KB
testcase_37 AC 327 ms
36,632 KB
testcase_38 AC 87 ms
14,152 KB
testcase_39 AC 421 ms
45,416 KB
testcase_40 AC 421 ms
45,412 KB
testcase_41 AC 414 ms
45,668 KB
testcase_42 AC 423 ms
45,484 KB
testcase_43 AC 417 ms
45,540 KB
testcase_44 AC 398 ms
38,788 KB
testcase_45 AC 474 ms
45,104 KB
testcase_46 AC 478 ms
45,700 KB
testcase_47 AC 341 ms
38,612 KB
testcase_48 AC 317 ms
36,308 KB
testcase_49 AC 350 ms
39,092 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 1.
Unquoted string "c" may clash with future reserved word at Main.pl line 1.
Name "main::c" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

@$_=glob<>for a..c;$r[$_]=++$=for@b;$,=$/;print sort{$a-$b}grep{$d=$r[$_]if$d<$r[$_]}@c
0