結果
問題 | No.462 6日知らずのコンピュータ |
ユーザー | mai |
提出日時 | 2016-12-13 00:27:22 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 2,027 bytes |
コンパイル時間 | 1,631 ms |
コンパイル使用メモリ | 172,028 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-29 18:53:49 |
合計ジャッジ時間 | 3,595 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
6,816 KB |
testcase_01 | AC | 2 ms
6,820 KB |
testcase_02 | WA | - |
testcase_03 | AC | 2 ms
6,820 KB |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | AC | 2 ms
6,816 KB |
testcase_07 | WA | - |
testcase_08 | AC | 2 ms
6,816 KB |
testcase_09 | AC | 2 ms
6,816 KB |
testcase_10 | AC | 2 ms
6,816 KB |
testcase_11 | AC | 2 ms
6,820 KB |
testcase_12 | AC | 2 ms
6,816 KB |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | AC | 2 ms
6,820 KB |
testcase_16 | WA | - |
testcase_17 | WA | - |
testcase_18 | AC | 2 ms
6,816 KB |
testcase_19 | AC | 2 ms
6,816 KB |
testcase_20 | WA | - |
testcase_21 | WA | - |
testcase_22 | WA | - |
testcase_23 | WA | - |
testcase_24 | AC | 2 ms
6,816 KB |
testcase_25 | WA | - |
testcase_26 | WA | - |
testcase_27 | AC | 2 ms
6,816 KB |
testcase_28 | AC | 2 ms
6,816 KB |
testcase_29 | WA | - |
testcase_30 | AC | 2 ms
6,820 KB |
testcase_31 | WA | - |
testcase_32 | AC | 2 ms
6,816 KB |
testcase_33 | AC | 2 ms
6,816 KB |
testcase_34 | WA | - |
testcase_35 | AC | 2 ms
6,820 KB |
testcase_36 | WA | - |
testcase_37 | AC | 2 ms
6,820 KB |
testcase_38 | AC | 2 ms
6,820 KB |
testcase_39 | WA | - |
testcase_40 | WA | - |
testcase_41 | WA | - |
testcase_42 | WA | - |
testcase_43 | WA | - |
testcase_44 | AC | 2 ms
6,820 KB |
testcase_45 | AC | 2 ms
6,816 KB |
testcase_46 | WA | - |
testcase_47 | WA | - |
testcase_48 | WA | - |
testcase_49 | AC | 2 ms
6,824 KB |
testcase_50 | AC | 2 ms
6,820 KB |
testcase_51 | AC | 2 ms
6,816 KB |
testcase_52 | AC | 2 ms
6,816 KB |
testcase_53 | AC | 2 ms
6,820 KB |
testcase_54 | AC | 2 ms
6,816 KB |
testcase_55 | AC | 2 ms
6,820 KB |
testcase_56 | AC | 2 ms
6,820 KB |
testcase_57 | AC | 2 ms
6,816 KB |
testcase_58 | AC | 2 ms
6,816 KB |
testcase_59 | AC | 2 ms
6,816 KB |
testcase_60 | AC | 2 ms
6,820 KB |
testcase_61 | AC | 2 ms
6,820 KB |
testcase_62 | AC | 2 ms
6,816 KB |
testcase_63 | AC | 2 ms
6,816 KB |
testcase_64 | AC | 2 ms
6,820 KB |
testcase_65 | AC | 2 ms
6,816 KB |
testcase_66 | AC | 2 ms
6,816 KB |
testcase_67 | AC | 2 ms
6,824 KB |
testcase_68 | AC | 2 ms
6,820 KB |
testcase_69 | AC | 2 ms
6,820 KB |
testcase_70 | AC | 2 ms
6,820 KB |
testcase_71 | AC | 2 ms
6,820 KB |
testcase_72 | AC | 2 ms
6,816 KB |
testcase_73 | AC | 2 ms
6,820 KB |
testcase_74 | AC | 2 ms
6,816 KB |
testcase_75 | AC | 2 ms
6,816 KB |
testcase_76 | AC | 2 ms
6,816 KB |
testcase_77 | AC | 2 ms
6,820 KB |
testcase_78 | AC | 2 ms
6,820 KB |
testcase_79 | AC | 2 ms
6,816 KB |
testcase_80 | AC | 2 ms
6,816 KB |
testcase_81 | AC | 2 ms
6,816 KB |
testcase_82 | WA | - |
testcase_83 | WA | - |
testcase_84 | AC | 2 ms
6,820 KB |
testcase_85 | AC | 2 ms
6,820 KB |
testcase_86 | AC | 2 ms
6,816 KB |
ソースコード
#include<bits/stdc++.h> using namespace std; typedef unsigned int uint; typedef long long int ll; typedef unsigned long long int ull; #define debugv(v) printf("L%d %s => ",__LINE__,#v);for(auto e:v){cout<<e<<" ";}cout<<endl; #define debugm(m) printf("L%d %s is..\n",__LINE__,#m);for(auto v:m){for(auto e:v){cout<<e<<" ";}cout<<endl;} #define debuga(m,w) printf("L%d %s is => ",__LINE__,#m);for(int x=0;x<(w);x++){cout<<(m)[x]<<" ";}cout<<endl; #define debugaa(m,w,h) printf("L%d %s is..\n",__LINE__,#m);for(int y=0;y<(h);y++){for(int x=0;x<(w);x++){cout<<(m)[x][y]<<" ";}cout<<endl;} #define ALL(v) (v).begin(),(v).end() #define BIGINT 0x7FFFFFFF #define E107 1000000007 void printbit(int u){if(u==0)cout<<0;else{int s=0,k=0;for(;0<u;u>>=1,k++)s=(s<<1)|(u&1);for(;0<k--;s>>=1)cout<<(s&1);}} #define TIME chrono::system_clock::now() #define MILLISEC(t) (chrono::duration_cast<chrono::milliseconds>(t).count()) template<typename T1,typename T2> ostream& operator <<(ostream &o,const pair<T1,T2> p){o<<"("<<p.first<<":"<<p.second<<")";return o;} template<typename T> T fact(T n,T mod){ T p=1; for (;1<n;p=(p*n--)%mod); return p; } int width,height; ll m,n; ll data[100]; int main(){ int i,j,k; ll x,y,a,b; cin >> n >> m; bool headflg=false,tailflg=false; for (i=0;i<m;i++){ cin >> data[i]; headflg|=data[i]==0; tailflg|=data[i]==((1<<n)-1); } if (!headflg){ data[m++]=0; } if (!tailflg){ data[m++]=((1<<n)-1); } sort(data,data+m,[](ll l,ll r){return __builtin_popcountll(l) < __builtin_popcountll(r);}); ll result=1; ll cnt = 0; ll last=0; for (i=0;i<m;i++){ a = __builtin_popcountll(data[i]); if ((data[i]&last)!=last || a<cnt){ result = 0; break; } for (x=(a-cnt);0<x;x--){ result=(result*x)%E107; } cnt = a; last = data[i]; } cout << (result%E107) << endl; return 0; }