結果

問題 No.366 ロボットソート
ユーザー tailstails
提出日時 2020-12-11 17:50:02
言語 Perl
(5.38.2)
結果
AC  
実行時間 407 ms / 2,000 ms
コード長 106 bytes
コンパイル時間 72 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 14,564 KB
最終ジャッジ日時 2024-09-19 21:25:19
合計ジャッジ時間 2,293 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,812 KB
testcase_01 AC 7 ms
6,940 KB
testcase_02 AC 7 ms
6,944 KB
testcase_03 AC 7 ms
6,940 KB
testcase_04 AC 7 ms
6,944 KB
testcase_05 AC 7 ms
6,940 KB
testcase_06 AC 7 ms
6,944 KB
testcase_07 AC 7 ms
6,940 KB
testcase_08 AC 7 ms
6,940 KB
testcase_09 AC 7 ms
6,940 KB
testcase_10 AC 10 ms
6,944 KB
testcase_11 AC 148 ms
11,352 KB
testcase_12 AC 206 ms
13,636 KB
testcase_13 AC 24 ms
6,940 KB
testcase_14 AC 20 ms
6,940 KB
testcase_15 AC 13 ms
6,944 KB
testcase_16 AC 40 ms
7,424 KB
testcase_17 AC 64 ms
8,448 KB
testcase_18 AC 195 ms
13,596 KB
testcase_19 AC 68 ms
8,448 KB
testcase_20 AC 7 ms
6,940 KB
testcase_21 AC 222 ms
14,564 KB
testcase_22 AC 407 ms
14,508 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Smartmatch is deprecated at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$a[$l=$_-$']<$a[$_]or@a[$l,$_]=@a[$_,$l],++$%for($'..$`-<>=~$")x(@a=glob<>);print@a~~[sort{$a-$b}@a]?$%:-1
0