結果

問題 No.571 3人兄弟(その2)
ユーザー tailstails
提出日時 2017-10-06 22:26:18
言語 Perl
(5.38.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 76 bytes
コンパイル時間 336 ms
コンパイル使用メモリ 5,408 KB
実行使用メモリ 4,780 KB
最終ジャッジ日時 2023-08-10 17:15:04
合計ジャッジ時間 1,028 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,780 KB
testcase_01 AC 2 ms
4,624 KB
testcase_02 AC 2 ms
4,492 KB
testcase_03 AC 3 ms
4,500 KB
testcase_04 AC 2 ms
4,608 KB
testcase_05 AC 2 ms
4,488 KB
testcase_06 AC 3 ms
4,504 KB
testcase_07 AC 2 ms
4,724 KB
testcase_08 AC 3 ms
4,764 KB
testcase_09 AC 3 ms
4,692 KB
testcase_10 AC 2 ms
4,724 KB
testcase_11 AC 2 ms
4,628 KB
testcase_12 AC 3 ms
4,752 KB
testcase_13 AC 3 ms
4,576 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=A;
print chop,$/for reverse sort map{/ /;sprintf"%d%3d".$n++,$`,110-$'}<>
0