結果
| 問題 | No.39 桁の数字を入れ替え |
| コンテスト | |
| ユーザー |
👑 tails
|
| 提出日時 | 2016-05-19 14:01:27 |
| 言語 | Perl (5.42.1) |
| 結果 |
AC
|
| 実行時間 | 3 ms / 5,000 ms |
| コード長 | 75 bytes |
| 記録 | |
| コンパイル時間 | 123 ms |
| コンパイル使用メモリ | 8,100 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-04-18 16:59:07 |
| 合計ジャッジ時間 | 1,459 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 19 |
コンパイルメッセージ
Name "main::a" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
pos=$i%8,s/\G(.)(.{@{[$i++%9]}})(.)/$3$2$1/,$\+=$-=$_-$\for@a=(<>)x99;print
tails