結果

問題 No.298 話の伝達
ユーザー tailstails
提出日時 2015-11-06 23:42:25
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 158 bytes
コンパイル時間 157 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-09-13 13:52:24
合計ジャッジ時間 1,505 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 4 ms
6,940 KB
testcase_02 AC 5 ms
6,944 KB
testcase_03 AC 5 ms
6,944 KB
testcase_04 WA -
testcase_05 AC 31 ms
6,944 KB
testcase_06 WA -
testcase_07 AC 5 ms
6,940 KB
testcase_08 AC 3 ms
6,940 KB
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 37 ms
6,944 KB
testcase_12 AC 32 ms
6,944 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 7 ms
6,944 KB
testcase_16 AC 129 ms
6,944 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=<>;@r=<>;
@p=1;
for(1..100){
	for$i(1..$n-1){
		$p[$i]=0;
		for(@r){
			if(/ $i /){
				$p[$i]+=(1-$p[$i])*$p[$`]*$'/100;
			}
		}
	}
}
printf"%.9f",pop@p
0