結果

問題 No.782 マイナス進数
ユーザー tailstails
提出日時 2019-01-11 23:05:47
言語 Perl
(5.38.2)
結果
AC  
実行時間 278 ms / 2,000 ms
コード長 73 bytes
コンパイル時間 556 ms
コンパイル使用メモリ 5,372 KB
実行使用メモリ 6,460 KB
最終ジャッジ日時 2023-08-20 11:41:30
合計ジャッジ時間 5,001 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,680 KB
testcase_01 AC 2 ms
4,596 KB
testcase_02 AC 55 ms
6,308 KB
testcase_03 AC 68 ms
6,324 KB
testcase_04 AC 83 ms
6,460 KB
testcase_05 AC 58 ms
6,400 KB
testcase_06 AC 52 ms
6,308 KB
testcase_07 AC 126 ms
6,308 KB
testcase_08 AC 65 ms
6,376 KB
testcase_09 AC 51 ms
6,380 KB
testcase_10 AC 52 ms
6,252 KB
testcase_11 AC 122 ms
6,232 KB
testcase_12 AC 105 ms
6,360 KB
testcase_13 AC 278 ms
6,252 KB
testcase_14 AC 105 ms
6,224 KB
testcase_15 AC 122 ms
6,228 KB
testcase_16 AC 105 ms
6,300 KB
testcase_17 AC 191 ms
6,400 KB
testcase_18 AC 104 ms
6,336 KB
testcase_19 AC 156 ms
6,304 KB
testcase_20 AC 102 ms
6,304 KB
testcase_21 AC 174 ms
6,320 KB
testcase_22 AC 115 ms
6,316 KB
testcase_23 AC 89 ms
6,412 KB
testcase_24 AC 267 ms
6,312 KB
testcase_25 AC 103 ms
6,344 KB
testcase_26 AC 139 ms
6,304 KB
testcase_27 AC 121 ms
6,320 KB
testcase_28 AC 99 ms
6,304 KB
testcase_29 AC 2 ms
4,684 KB
testcase_30 AC 3 ms
4,628 KB
testcase_31 AC 3 ms
4,604 KB
testcase_32 AC 4 ms
4,548 KB
testcase_33 AC 2 ms
4,532 KB
testcase_34 AC 3 ms
4,508 KB
testcase_35 AC 3 ms
4,660 KB
testcase_36 AC 3 ms
4,516 KB
testcase_37 AC 3 ms
4,520 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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