結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,648 KB
testcase_01 AC 2 ms
4,500 KB
testcase_02 AC 46 ms
6,472 KB
testcase_03 AC 62 ms
6,412 KB
testcase_04 AC 75 ms
6,604 KB
testcase_05 AC 52 ms
6,620 KB
testcase_06 AC 46 ms
6,512 KB
testcase_07 AC 111 ms
6,368 KB
testcase_08 AC 57 ms
6,580 KB
testcase_09 AC 45 ms
6,276 KB
testcase_10 AC 46 ms
6,360 KB
testcase_11 AC 108 ms
6,412 KB
testcase_12 AC 91 ms
6,276 KB
testcase_13 AC 241 ms
6,496 KB
testcase_14 AC 91 ms
6,552 KB
testcase_15 AC 107 ms
6,304 KB
testcase_16 AC 92 ms
6,296 KB
testcase_17 AC 169 ms
6,284 KB
testcase_18 AC 91 ms
6,432 KB
testcase_19 AC 136 ms
6,600 KB
testcase_20 AC 92 ms
6,396 KB
testcase_21 AC 153 ms
6,304 KB
testcase_22 AC 100 ms
6,600 KB
testcase_23 AC 77 ms
6,420 KB
testcase_24 AC 236 ms
6,436 KB
testcase_25 AC 89 ms
6,648 KB
testcase_26 AC 123 ms
6,524 KB
testcase_27 AC 105 ms
6,376 KB
testcase_28 AC 86 ms
6,432 KB
testcase_29 AC 3 ms
4,644 KB
testcase_30 AC 2 ms
4,508 KB
testcase_31 AC 3 ms
4,612 KB
testcase_32 AC 4 ms
4,660 KB
testcase_33 AC 3 ms
4,684 KB
testcase_34 AC 3 ms
4,512 KB
testcase_35 AC 2 ms
4,648 KB
testcase_36 AC 3 ms
4,588 KB
testcase_37 AC 3 ms
4,492 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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