結果

問題 No.782 マイナス進数
ユーザー tailstails
提出日時 2019-01-22 16:20:33
言語 Perl
(5.38.0)
結果
AC  
実行時間 274 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 141 ms
コンパイル使用メモリ 5,156 KB
実行使用メモリ 6,540 KB
最終ジャッジ日時 2023-10-13 17:41:48
合計ジャッジ時間 4,968 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,580 KB
testcase_01 AC 2 ms
4,540 KB
testcase_02 AC 50 ms
6,452 KB
testcase_03 AC 66 ms
6,316 KB
testcase_04 AC 80 ms
6,424 KB
testcase_05 AC 56 ms
6,504 KB
testcase_06 AC 51 ms
6,396 KB
testcase_07 AC 121 ms
6,540 KB
testcase_08 AC 63 ms
6,432 KB
testcase_09 AC 50 ms
6,256 KB
testcase_10 AC 51 ms
6,476 KB
testcase_11 AC 117 ms
6,488 KB
testcase_12 AC 100 ms
6,364 KB
testcase_13 AC 274 ms
6,424 KB
testcase_14 AC 100 ms
6,520 KB
testcase_15 AC 116 ms
6,412 KB
testcase_16 AC 100 ms
6,308 KB
testcase_17 AC 184 ms
6,404 KB
testcase_18 AC 101 ms
6,364 KB
testcase_19 AC 151 ms
6,456 KB
testcase_20 AC 100 ms
6,252 KB
testcase_21 AC 167 ms
6,376 KB
testcase_22 AC 111 ms
6,468 KB
testcase_23 AC 85 ms
6,368 KB
testcase_24 AC 262 ms
6,492 KB
testcase_25 AC 98 ms
6,396 KB
testcase_26 AC 135 ms
6,388 KB
testcase_27 AC 116 ms
6,280 KB
testcase_28 AC 94 ms
6,520 KB
testcase_29 AC 3 ms
4,520 KB
testcase_30 AC 3 ms
4,576 KB
testcase_31 AC 3 ms
4,660 KB
testcase_32 AC 4 ms
4,676 KB
testcase_33 AC 3 ms
4,636 KB
testcase_34 AC 3 ms
4,684 KB
testcase_35 AC 3 ms
4,620 KB
testcase_36 AC 2 ms
4,624 KB
testcase_37 AC 3 ms
4,656 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>=~$";sub f{my$d=$_%-$';($_=($_-$d)/$')?&f:'',$d}print f,$/for<>
0