結果

問題 No.365 ジェンガソート
ユーザー angel_p_57angel_p_57
提出日時 2016-04-30 11:52:24
言語 Perl
(5.38.2)
結果
AC  
実行時間 199 ms / 2,000 ms
コード長 42 bytes
コンパイル時間 308 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 26,112 KB
最終ジャッジ日時 2024-04-20 06:48:02
合計ジャッジ時間 4,620 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,816 KB
testcase_01 AC 7 ms
6,940 KB
testcase_02 AC 7 ms
6,940 KB
testcase_03 AC 8 ms
6,940 KB
testcase_04 AC 7 ms
6,944 KB
testcase_05 AC 7 ms
6,944 KB
testcase_06 AC 8 ms
6,944 KB
testcase_07 AC 7 ms
6,940 KB
testcase_08 AC 8 ms
6,940 KB
testcase_09 AC 7 ms
6,940 KB
testcase_10 AC 8 ms
6,940 KB
testcase_11 AC 7 ms
6,940 KB
testcase_12 AC 8 ms
6,944 KB
testcase_13 AC 7 ms
6,940 KB
testcase_14 AC 8 ms
6,944 KB
testcase_15 AC 7 ms
6,940 KB
testcase_16 AC 199 ms
21,504 KB
testcase_17 AC 189 ms
24,704 KB
testcase_18 AC 23 ms
7,552 KB
testcase_19 AC 173 ms
24,704 KB
testcase_20 AC 61 ms
11,904 KB
testcase_21 AC 48 ms
10,240 KB
testcase_22 AC 140 ms
21,120 KB
testcase_23 AC 85 ms
14,720 KB
testcase_24 AC 132 ms
20,224 KB
testcase_25 AC 46 ms
10,112 KB
testcase_26 AC 106 ms
17,152 KB
testcase_27 AC 186 ms
25,728 KB
testcase_28 AC 110 ms
17,536 KB
testcase_29 AC 167 ms
23,808 KB
testcase_30 AC 111 ms
17,920 KB
testcase_31 AC 54 ms
11,136 KB
testcase_32 AC 52 ms
11,008 KB
testcase_33 AC 178 ms
25,472 KB
testcase_34 AC 38 ms
9,216 KB
testcase_35 AC 134 ms
20,352 KB
testcase_36 AC 183 ms
26,112 KB
testcase_37 AC 182 ms
26,112 KB
testcase_38 AC 182 ms
26,112 KB
testcase_39 AC 185 ms
26,112 KB
testcase_40 AC 192 ms
26,112 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$"=<>;$"-=$_==$"for reverse glob<>;print$"
0