結果

問題 No.39 桁の数字を入れ替え
ユーザー %20%20
提出日時 2017-03-19 18:59:52
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 54 bytes
コンパイル時間 110 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 4,708 KB
最終ジャッジ日時 2023-09-18 07:30:25
合計ジャッジ時間 1,050 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,552 KB
testcase_01 AC 2 ms
4,680 KB
testcase_02 AC 3 ms
4,516 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 3 ms
4,688 KB
testcase_08 AC 3 ms
4,540 KB
testcase_09 AC 3 ms
4,660 KB
testcase_10 AC 3 ms
4,664 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 2 ms
4,572 KB
testcase_15 AC 2 ms
4,672 KB
testcase_16 AC 3 ms
4,556 KB
testcase_17 AC 3 ms
4,660 KB
testcase_18 AC 2 ms
4,680 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$_=<>;$%=9;0until s/([1-$%])(.*)$%/$%$2$1/|!--$%;print
0