結果

問題 No.462 6日知らずのコンピュータ
ユーザー tailstails
提出日時 2016-12-13 00:13:49
言語 Perl
(5.40.0)
結果
AC  
実行時間 9 ms / 2,000 ms
コード長 285 bytes
コンパイル時間 163 ms
コンパイル使用メモリ 6,824 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-11-29 18:35:24
合計ジャッジ時間 2,765 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 84
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::k" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($n,$k)=glob<>;
$r=1;
for(sort{$a<=>$b}glob<>){
	$a=$_+0;
	if($b&~$a){
		print 0;
		exit;
	}
	for(1..c($a)- c($b)){
		$r=($r*$_)%(1e9+7);
	}
	$b=$a;
}
{
	for(1..$n- c($b)){
		$r=($r*$_)%(1e9+7);
	}
}
print $r;

sub c {
	my $v=0;
	my ($n)=@_;
	while($n){
		$v+=$n&1;
		$n>>=1;
	}
	$v
}
0