結果

問題 No.610 区間賞(Section Award)
ユーザー tailstails
提出日時 2017-12-10 00:20:20
言語 Perl
(5.38.2)
結果
AC  
実行時間 544 ms / 2,000 ms
コード長 87 bytes
コンパイル時間 412 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 45,824 KB
最終ジャッジ日時 2024-11-30 05:56:03
合計ジャッジ時間 11,653 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,888 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 6 ms
5,888 KB
testcase_04 AC 6 ms
6,016 KB
testcase_05 AC 7 ms
5,888 KB
testcase_06 AC 9 ms
6,272 KB
testcase_07 AC 8 ms
6,016 KB
testcase_08 AC 10 ms
6,272 KB
testcase_09 AC 8 ms
6,016 KB
testcase_10 AC 9 ms
6,144 KB
testcase_11 AC 9 ms
6,144 KB
testcase_12 AC 7 ms
5,888 KB
testcase_13 AC 10 ms
6,272 KB
testcase_14 AC 10 ms
6,400 KB
testcase_15 AC 9 ms
6,144 KB
testcase_16 AC 8 ms
6,144 KB
testcase_17 AC 8 ms
6,016 KB
testcase_18 AC 7 ms
6,144 KB
testcase_19 AC 104 ms
13,860 KB
testcase_20 AC 469 ms
44,708 KB
testcase_21 AC 56 ms
11,520 KB
testcase_22 AC 260 ms
31,816 KB
testcase_23 AC 37 ms
9,344 KB
testcase_24 AC 91 ms
15,532 KB
testcase_25 AC 27 ms
8,192 KB
testcase_26 AC 180 ms
23,792 KB
testcase_27 AC 388 ms
44,316 KB
testcase_28 AC 340 ms
39,872 KB
testcase_29 AC 240 ms
30,276 KB
testcase_30 AC 309 ms
37,352 KB
testcase_31 AC 159 ms
22,096 KB
testcase_32 AC 367 ms
41,920 KB
testcase_33 AC 56 ms
11,392 KB
testcase_34 AC 384 ms
44,340 KB
testcase_35 AC 182 ms
24,272 KB
testcase_36 AC 377 ms
42,940 KB
testcase_37 AC 311 ms
36,632 KB
testcase_38 AC 84 ms
14,280 KB
testcase_39 AC 415 ms
45,540 KB
testcase_40 AC 411 ms
45,540 KB
testcase_41 AC 405 ms
45,564 KB
testcase_42 AC 406 ms
45,540 KB
testcase_43 AC 391 ms
45,668 KB
testcase_44 AC 379 ms
38,664 KB
testcase_45 AC 452 ms
45,356 KB
testcase_46 AC 544 ms
45,824 KB
testcase_47 AC 384 ms
38,612 KB
testcase_48 AC 304 ms
36,308 KB
testcase_49 AC 344 ms
39,088 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