結果

問題 No.365 ジェンガソート
ユーザー tailstails
提出日時 2016-06-14 16:07:46
言語 Perl
(5.38.2)
結果
AC  
実行時間 244 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 102 ms
コンパイル使用メモリ 5,300 KB
実行使用メモリ 25,400 KB
最終ジャッジ日時 2023-08-25 02:45:33
合計ジャッジ時間 6,549 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,060 KB
testcase_01 AC 6 ms
5,060 KB
testcase_02 AC 6 ms
5,196 KB
testcase_03 AC 6 ms
5,244 KB
testcase_04 AC 5 ms
5,288 KB
testcase_05 AC 5 ms
5,192 KB
testcase_06 AC 6 ms
5,208 KB
testcase_07 AC 6 ms
5,192 KB
testcase_08 AC 6 ms
5,172 KB
testcase_09 AC 6 ms
5,080 KB
testcase_10 AC 5 ms
5,128 KB
testcase_11 AC 6 ms
5,200 KB
testcase_12 AC 6 ms
5,244 KB
testcase_13 AC 6 ms
5,176 KB
testcase_14 AC 6 ms
5,080 KB
testcase_15 AC 6 ms
5,072 KB
testcase_16 AC 244 ms
20,516 KB
testcase_17 AC 235 ms
23,988 KB
testcase_18 AC 25 ms
6,892 KB
testcase_19 AC 221 ms
23,800 KB
testcase_20 AC 76 ms
11,048 KB
testcase_21 AC 59 ms
9,572 KB
testcase_22 AC 181 ms
20,336 KB
testcase_23 AC 110 ms
14,100 KB
testcase_24 AC 173 ms
19,456 KB
testcase_25 AC 55 ms
9,196 KB
testcase_26 AC 136 ms
16,148 KB
testcase_27 AC 243 ms
24,712 KB
testcase_28 AC 141 ms
16,880 KB
testcase_29 AC 212 ms
22,996 KB
testcase_30 AC 144 ms
17,032 KB
testcase_31 AC 69 ms
10,452 KB
testcase_32 AC 65 ms
10,236 KB
testcase_33 AC 236 ms
24,540 KB
testcase_34 AC 45 ms
8,460 KB
testcase_35 AC 176 ms
19,560 KB
testcase_36 AC 241 ms
25,320 KB
testcase_37 AC 239 ms
25,400 KB
testcase_38 AC 241 ms
25,304 KB
testcase_39 AC 238 ms
25,320 KB
testcase_40 AC 240 ms
25,304 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$\=<>;$\-=$_==$\for sort{1}glob<>;print
0