結果

問題 No.58 イカサマなサイコロ
ユーザー letrangerjpletrangerjp
提出日時 2017-06-17 20:21:36
言語 Perl
(5.38.2)
結果
AC  
実行時間 3,988 ms / 5,000 ms
コード長 89 bytes
コンパイル時間 520 ms
コンパイル使用メモリ 76,068 KB
実行使用メモリ 76,048 KB
最終ジャッジ日時 2024-10-01 11:30:10
合計ジャッジ時間 28,123 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,472 ms
76,040 KB
testcase_01 AC 3,988 ms
76,000 KB
testcase_02 AC 1,545 ms
75,944 KB
testcase_03 AC 1,153 ms
75,884 KB
testcase_04 AC 2,878 ms
75,952 KB
testcase_05 AC 3,237 ms
76,036 KB
testcase_06 AC 3,816 ms
75,912 KB
testcase_07 AC 1,446 ms
76,032 KB
testcase_08 AC 2,129 ms
75,896 KB
testcase_09 AC 3,960 ms
76,048 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$k)=<>;print+(grep{$.+=~~rand(6)-~~($_>$k?rand 6:3+rand 3)for!<>..$n;$.<0}1..1e6)/1e6
0