結果

問題 No.462 6日知らずのコンピュータ
ユーザー mkawa2mkawa2
提出日時 2020-01-02 00:24:37
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 1,278 bytes
コンパイル時間 227 ms
コンパイル使用メモリ 12,800 KB
実行使用メモリ 44,920 KB
最終ジャッジ日時 2024-11-22 17:32:37
合計ジャッジ時間 47,839 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 513 ms
44,536 KB
testcase_01 AC 511 ms
44,408 KB
testcase_02 AC 504 ms
44,540 KB
testcase_03 AC 507 ms
44,540 KB
testcase_04 AC 496 ms
44,544 KB
testcase_05 AC 508 ms
44,668 KB
testcase_06 AC 491 ms
44,540 KB
testcase_07 WA -
testcase_08 AC 510 ms
44,536 KB
testcase_09 AC 505 ms
44,672 KB
testcase_10 AC 507 ms
44,668 KB
testcase_11 AC 507 ms
44,788 KB
testcase_12 WA -
testcase_13 AC 505 ms
44,776 KB
testcase_14 AC 494 ms
44,536 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 505 ms
44,548 KB
testcase_18 AC 504 ms
44,548 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 495 ms
44,792 KB
testcase_23 AC 509 ms
44,788 KB
testcase_24 AC 491 ms
44,532 KB
testcase_25 AC 502 ms
44,412 KB
testcase_26 AC 510 ms
44,664 KB
testcase_27 WA -
testcase_28 AC 500 ms
44,512 KB
testcase_29 AC 498 ms
44,536 KB
testcase_30 AC 500 ms
44,660 KB
testcase_31 AC 512 ms
44,408 KB
testcase_32 WA -
testcase_33 AC 505 ms
44,668 KB
testcase_34 WA -
testcase_35 AC 508 ms
44,412 KB
testcase_36 AC 506 ms
44,788 KB
testcase_37 WA -
testcase_38 AC 511 ms
44,544 KB
testcase_39 WA -
testcase_40 AC 489 ms
44,800 KB
testcase_41 AC 502 ms
44,668 KB
testcase_42 WA -
testcase_43 WA -
testcase_44 AC 507 ms
44,536 KB
testcase_45 AC 513 ms
44,788 KB
testcase_46 AC 518 ms
44,660 KB
testcase_47 AC 515 ms
44,796 KB
testcase_48 AC 506 ms
44,536 KB
testcase_49 AC 507 ms
44,668 KB
testcase_50 AC 577 ms
44,412 KB
testcase_51 AC 597 ms
44,792 KB
testcase_52 AC 503 ms
44,532 KB
testcase_53 AC 516 ms
44,536 KB
testcase_54 AC 517 ms
44,668 KB
testcase_55 AC 523 ms
44,792 KB
testcase_56 AC 503 ms
44,792 KB
testcase_57 AC 520 ms
44,664 KB
testcase_58 AC 519 ms
44,540 KB
testcase_59 AC 518 ms
44,532 KB
testcase_60 AC 506 ms
44,792 KB
testcase_61 AC 520 ms
44,784 KB
testcase_62 AC 520 ms
44,664 KB
testcase_63 AC 514 ms
44,404 KB
testcase_64 AC 516 ms
44,664 KB
testcase_65 AC 523 ms
44,536 KB
testcase_66 AC 523 ms
44,408 KB
testcase_67 AC 527 ms
44,800 KB
testcase_68 AC 513 ms
44,532 KB
testcase_69 AC 509 ms
44,412 KB
testcase_70 AC 521 ms
44,664 KB
testcase_71 AC 526 ms
44,680 KB
testcase_72 AC 512 ms
44,672 KB
testcase_73 AC 520 ms
44,408 KB
testcase_74 AC 515 ms
44,796 KB
testcase_75 AC 521 ms
44,532 KB
testcase_76 AC 520 ms
44,536 KB
testcase_77 AC 516 ms
44,660 KB
testcase_78 AC 517 ms
44,552 KB
testcase_79 AC 508 ms
44,672 KB
testcase_80 AC 506 ms
44,672 KB
testcase_81 AC 520 ms
44,668 KB
testcase_82 AC 516 ms
44,404 KB
testcase_83 AC 518 ms
44,796 KB
testcase_84 AC 508 ms
44,536 KB
testcase_85 AC 510 ms
44,788 KB
testcase_86 AC 496 ms
44,536 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from itertools import *
from bisect import *
from math import *
from collections import *
from heapq import *
from random import *
from decimal import *
import numpy as np
import sys

sys.setrecursionlimit(10 ** 6)
int1 = lambda x: int(x) - 1
p2D = lambda x: print(*x, sep="\n")
def II(): return int(sys.stdin.readline())
def MI(): return map(int, sys.stdin.readline().split())
def MI1(): return map(int1, sys.stdin.readline().split())
def MF(): return map(float, sys.stdin.readline().split())
def LI(): return list(map(int, sys.stdin.readline().split()))
def LI1(): return list(map(int1, sys.stdin.readline().split()))
def LF(): return list(map(float, sys.stdin.readline().split()))
def LLI(rows_number): return [LI() for _ in range(rows_number)]
dij = [(1, 0), (0, 1), (-1, 0), (0, -1)]

def main():
    def popcnt(x):
        return bin(x).count('1')

    md=10**9+7
    n,k=MI()
    if k==0:
        print(factorial(n)%md)
        exit()
    aa=LI()
    aa.sort()
    for a0,a1 in zip(aa[-2::-1],aa[::-1]):
        if a0!=a0&a1:
            print(0)
            exit()
    ans=1
    pa=0
    for a in aa:
        #print(format(a,'b').zfill(n))
        ans*=factorial(popcnt(a)-popcnt(pa))
        ans%=md
        pa=a
    ans*=factorial(n-popcnt(pa))
    print(ans)

main()
0