結果

問題 No.365 ジェンガソート
ユーザー %20%20
提出日時 2018-05-05 00:44:01
言語 Perl
(5.38.2)
結果
AC  
実行時間 231 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 434 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 26,112 KB
最終ジャッジ日時 2024-06-28 01:27:15
合計ジャッジ時間 5,215 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,016 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 8 ms
5,888 KB
testcase_03 AC 7 ms
6,016 KB
testcase_04 AC 7 ms
5,888 KB
testcase_05 AC 7 ms
6,016 KB
testcase_06 AC 7 ms
5,888 KB
testcase_07 AC 7 ms
5,888 KB
testcase_08 AC 8 ms
5,888 KB
testcase_09 AC 7 ms
6,016 KB
testcase_10 AC 8 ms
5,888 KB
testcase_11 AC 7 ms
5,888 KB
testcase_12 AC 7 ms
5,888 KB
testcase_13 AC 7 ms
6,016 KB
testcase_14 AC 8 ms
5,888 KB
testcase_15 AC 7 ms
6,016 KB
testcase_16 AC 227 ms
21,504 KB
testcase_17 AC 226 ms
24,704 KB
testcase_18 AC 25 ms
7,552 KB
testcase_19 AC 213 ms
24,576 KB
testcase_20 AC 73 ms
12,032 KB
testcase_21 AC 58 ms
10,368 KB
testcase_22 AC 172 ms
21,120 KB
testcase_23 AC 103 ms
14,720 KB
testcase_24 AC 164 ms
20,096 KB
testcase_25 AC 54 ms
9,984 KB
testcase_26 AC 130 ms
17,024 KB
testcase_27 AC 231 ms
25,728 KB
testcase_28 AC 133 ms
17,408 KB
testcase_29 AC 200 ms
23,808 KB
testcase_30 AC 139 ms
17,920 KB
testcase_31 AC 69 ms
11,264 KB
testcase_32 AC 64 ms
10,880 KB
testcase_33 AC 222 ms
25,600 KB
testcase_34 AC 43 ms
9,088 KB
testcase_35 AC 163 ms
20,480 KB
testcase_36 AC 223 ms
25,984 KB
testcase_37 AC 224 ms
25,984 KB
testcase_38 AC 228 ms
25,984 KB
testcase_39 AC 226 ms
26,112 KB
testcase_40 AC 226 ms
26,112 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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