結果

問題 No.365 ジェンガソート
ユーザー %20%20
提出日時 2018-05-05 00:44:01
言語 Perl
(5.38.2)
結果
AC  
実行時間 246 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 670 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 25,552 KB
最終ジャッジ日時 2023-09-10 10:00:21
合計ジャッジ時間 6,232 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,124 KB
testcase_01 AC 6 ms
5,228 KB
testcase_02 AC 6 ms
5,188 KB
testcase_03 AC 6 ms
5,116 KB
testcase_04 AC 6 ms
5,268 KB
testcase_05 AC 6 ms
5,180 KB
testcase_06 AC 6 ms
5,176 KB
testcase_07 AC 6 ms
5,216 KB
testcase_08 AC 6 ms
5,320 KB
testcase_09 AC 6 ms
5,124 KB
testcase_10 AC 6 ms
5,308 KB
testcase_11 AC 6 ms
5,100 KB
testcase_12 AC 6 ms
5,172 KB
testcase_13 AC 6 ms
5,312 KB
testcase_14 AC 6 ms
5,428 KB
testcase_15 AC 7 ms
5,220 KB
testcase_16 AC 228 ms
20,672 KB
testcase_17 AC 229 ms
24,096 KB
testcase_18 AC 25 ms
6,904 KB
testcase_19 AC 216 ms
23,908 KB
testcase_20 AC 77 ms
11,088 KB
testcase_21 AC 59 ms
9,828 KB
testcase_22 AC 180 ms
20,168 KB
testcase_23 AC 108 ms
14,088 KB
testcase_24 AC 176 ms
19,496 KB
testcase_25 AC 55 ms
9,156 KB
testcase_26 AC 133 ms
16,164 KB
testcase_27 AC 246 ms
24,880 KB
testcase_28 AC 141 ms
16,692 KB
testcase_29 AC 210 ms
23,048 KB
testcase_30 AC 142 ms
17,064 KB
testcase_31 AC 68 ms
10,612 KB
testcase_32 AC 65 ms
10,212 KB
testcase_33 AC 228 ms
24,636 KB
testcase_34 AC 44 ms
8,464 KB
testcase_35 AC 171 ms
19,712 KB
testcase_36 AC 236 ms
25,552 KB
testcase_37 AC 234 ms
25,548 KB
testcase_38 AC 239 ms
25,360 KB
testcase_39 AC 236 ms
25,456 KB
testcase_40 AC 237 ms
25,432 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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