結果
問題 | No.981 一般冪乗根 |
ユーザー | tko919 |
提出日時 | 2020-04-07 21:46:53 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 5,782 ms / 6,000 ms |
コード長 | 3,400 bytes |
コンパイル時間 | 1,824 ms |
コンパイル使用メモリ | 183,824 KB |
実行使用メモリ | 47,692 KB |
最終ジャッジ日時 | 2024-07-08 03:05:51 |
合計ジャッジ時間 | 184,588 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 4,842 ms
10,012 KB |
testcase_01 | AC | 4,926 ms
16,800 KB |
testcase_02 | AC | 4,915 ms
14,884 KB |
testcase_03 | AC | 4,911 ms
10,140 KB |
testcase_04 | AC | 4,943 ms
10,144 KB |
testcase_05 | AC | 150 ms
10,140 KB |
testcase_06 | AC | 148 ms
10,400 KB |
testcase_07 | AC | 147 ms
8,832 KB |
testcase_08 | AC | 146 ms
8,576 KB |
testcase_09 | AC | 149 ms
11,404 KB |
testcase_10 | AC | 146 ms
47,692 KB |
testcase_11 | AC | 146 ms
9,856 KB |
testcase_12 | AC | 151 ms
8,576 KB |
testcase_13 | AC | 152 ms
5,376 KB |
testcase_14 | AC | 149 ms
5,376 KB |
testcase_15 | AC | 151 ms
5,376 KB |
testcase_16 | AC | 148 ms
5,376 KB |
testcase_17 | AC | 147 ms
5,376 KB |
testcase_18 | AC | 150 ms
5,376 KB |
testcase_19 | AC | 148 ms
5,376 KB |
testcase_20 | AC | 149 ms
5,376 KB |
testcase_21 | AC | 147 ms
5,376 KB |
testcase_22 | AC | 149 ms
5,376 KB |
testcase_23 | AC | 148 ms
5,376 KB |
testcase_24 | AC | 149 ms
5,376 KB |
testcase_25 | AC | 4,878 ms
5,376 KB |
testcase_26 | AC | 5,782 ms
6,944 KB |
testcase_27 | AC | 6 ms
5,376 KB |
testcase_28 | AC | 4,939 ms
5,376 KB |
evil_60bit1.txt | TLE | - |
evil_60bit2.txt | TLE | - |
evil_60bit3.txt | TLE | - |
evil_hack | AC | 3 ms
6,940 KB |
evil_hard_random | TLE | - |
evil_hard_safeprime.txt | TLE | - |
evil_hard_tonelli0 | TLE | - |
evil_hard_tonelli1 | TLE | - |
evil_hard_tonelli2 | TLE | - |
evil_hard_tonelli3 | TLE | - |
evil_sefeprime1.txt | TLE | - |
evil_sefeprime2.txt | TLE | - |
evil_sefeprime3.txt | TLE | - |
evil_tonelli1.txt | TLE | - |
evil_tonelli2.txt | TLE | - |
コンパイルメッセージ
In file included from /home/linuxbrew/.linuxbrew/Cellar/gcc@12/12.3.0/include/c++/12/unordered_map:46, from /home/linuxbrew/.linuxbrew/Cellar/gcc@12/12.3.0/include/c++/12/x86_64-pc-linux-gnu/bits/stdc++.h:117, from main.cpp:2: In member function 'std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::size_type std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::count(const key_type&) const [with _Key = int; _Value = std::pair<const int, int>; _Alloc = std::allocator<std::pair<const int, int> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<int>; _Hash = std::hash<int>; _RangeHash = std::__detail::_Mod_range_hashing; _Unused = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<false, false, true>]', inlined from 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::size_type std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::count(const key_type&) const [with _Key = int; _Tp = int; _Hash = std::hash<int>; _Pred = std::equal_to<int>; _Alloc = std::allocator<std::pair<const int, int> >]' at /home/linuxbrew/.linuxbrew/Cellar/gcc@12/12.3.0/include/c++/12/bits/unordered_map.h:902:26, inlined from 'int modroot(int, int)' at main.cpp:73:20: /home/linuxbrew/.linuxbrew/Cellar/gcc@12/12.3.0/include/c++/12/bits/hashtable.h:1725:23: warning: 'g' may be used uninitialized [-Wmaybe-uninitialized] 1725 | auto __it = find(__k); | ~~~~^~~~~ /home/linuxbrew/.linuxbrew/Cellar/gcc@12/12.3.0/include/c++/12/bits/hashtable.h: In function 'int modroot(int, int)': /home/linuxbrew/.linuxbrew/Cellar/gcc@12/12.3.0/include/c++/12/bits/hashtable.h:1663:5: note: by argument 2 of type 'const std::_Hashtable<int, std::pair<const int, int>, std::allocator<std::pair<const int, int> >, std::__detail::_Select1st, std
ソースコード
#define _USE_MATH_DEFINES #include <bits/stdc++.h> using namespace std; //template #define rep(i,a,b) for(int i=(a);i<(b);i++) #define rrep(i,a,b) for(int i=(a);i>(b);i--) #define ALL(v) (v).begin(),(v).end() typedef long long int ll; const int inf = 0x3fffffff; const ll INF = 0x1fffffffffffffff; const double eps=1e-12; void tostr(ll x,string& res){while(x)res+=('0'+(x%10)),x/=10; reverse(ALL(res)); return;} template<class T> inline bool chmax(T& a,T b){ if(a<b){a=b;return 1;}return 0; } template<class T> inline bool chmin(T& a,T b){ if(a>b){a=b;return 1;}return 0; } //end ll mod=1e9+7; struct Mint { ll val; ll inv() const{ ll tmp,a=val,b=mod,x=1,y=0; while(b)tmp=a/b,a-=tmp*b,swap(a,b),x-=tmp*y,swap(x,y); if(x<0)x+=mod; return x; } Mint():val(0){} Mint(ll x):val(x>=0?x%mod:mod+(x%mod)){} Mint pow(ll t){Mint res=1,b=*this; while(t){if(t&1)res*=b;b*=b;t>>=1;}return res;} Mint& operator+=(const Mint& x){if((val+=x.val)>=mod)val-=mod;return *this;} Mint& operator-=(const Mint& x){if((val+=mod-x.val)>=mod)val-=mod; return *this;} Mint& operator*=(const Mint& x){val=val*x.val%mod; return *this;} Mint& operator/=(const Mint& x){val=val*x.inv()%mod; return *this;} Mint operator+(const Mint& x)const{return Mint(*this)+=x;} Mint operator-(const Mint& x)const{return Mint(*this)-=x;} Mint operator*(const Mint& x)const{return Mint(*this)*=x;} Mint operator/(const Mint& x)const{return Mint(*this)/=x;} bool operator==(const Mint& x)const{return val==x.val;} bool operator!=(const Mint& x)const{return val!=x.val;} }; struct factorial { vector<Mint> Fact, Finv; public: factorial(int maxx){ Fact.resize(maxx+1),Finv.resize(maxx+1); Fact[0]=Mint(1); rep(i,0,maxx)Fact[i+1]=Fact[i]*(i+1); Finv[maxx]=Mint(1)/Fact[maxx]; rrep(i,maxx,0)Finv[i-1]=Finv[i]*i; } Mint fact(int n,bool inv=0){if(inv)return Finv[n];else return Fact[n];} Mint nPr(int n,int r){if(n<0||n<r||r<0)return Mint(0);else return Fact[n]*Finv[n-r];} Mint nCr(int n,int r){if(n<0||n<r||r<0)return Mint(0);else return Fact[n]*Finv[r]*Finv[n-r];} }; int mpow(int x,ll t,int m){ int res=1; while(t){ if(t&1)res=(1LL*res*x)%m; x=(1LL*x*x)%m; t>>=1; } return res; } int phi(int n){ int res=n; for(int i=2;i*i<=n;i++)if(n%i==0){ res=res/i*(i-1); while(n%i==0)n/=i; } if(n!=1)res=res/n*(n-1); return res; } mt19937 mt; unordered_map<int,int> memo_g; int modroot(int k,int y){ if(mod==2)return y&1; vector<int> ds; int tmp=mod-1; for(int p=2;p*p<=tmp;p++)if(tmp%p==0){ ds.push_back(p); if(p*p!=tmp)ds.push_back(tmp/p); } int g; if(!memo_g.count(g)){ while(1){ g=mt()%(mod-2)+2; bool f=1; for(int d:ds)if(Mint(g).pow(d)==1){f=0; break;} if(f)break; } memo_g[mod]=g; } else g=memo_g[mod]; unordered_map<int,int> mp; int cur=y,ig=Mint(g).inv(),block=sqrt(mod); rep(i,0,block+2){mp[cur]=i; cur=(1LL*cur*ig)%mod;} int gs=Mint(g).pow(block).val,x=-1,pos=0; cur=1; while(x==-1){ if(mp.count(cur))x=pos+mp[cur]; cur=(1LL*cur*gs)%mod; pos+=block; } int gcd=__gcd(tmp,k); if(x%gcd)return -1; tmp/=gcd; x/=gcd; k/=gcd; return Mint(g).pow(1LL*x*mpow(k,phi(tmp)-1,tmp)%tmp).val; } int main(){ int q; cin>>q; while(q--){ int k,y; cin>>mod>>k>>y; cout<<modroot(k,y)<<endl; } return 0; }