結果

問題 No.58 イカサマなサイコロ
ユーザー letrangerjpletrangerjp
提出日時 2017-06-17 20:23:44
言語 Perl
(5.38.2)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 93 bytes
コンパイル時間 344 ms
コンパイル使用メモリ 75,800 KB
実行使用メモリ 76,224 KB
最終ジャッジ日時 2024-10-01 11:30:37
合計ジャッジ時間 23,941 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 3,504 ms
75,988 KB
testcase_02 AC 1,184 ms
76,036 KB
testcase_03 AC 832 ms
76,004 KB
testcase_04 AC 2,459 ms
76,012 KB
testcase_05 AC 2,841 ms
76,104 KB
testcase_06 AC 3,471 ms
76,132 KB
testcase_07 AC 1,115 ms
76,068 KB
testcase_08 AC 1,759 ms
76,160 KB
testcase_09 AC 3,532 ms
76,136 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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