結果

問題 No.854 公平なりんご分配
ユーザー chocoruskchocorusk
提出日時 2019-07-26 22:05:21
言語 C++11
(gcc 11.4.0)
結果
AC  
実行時間 1,618 ms / 3,153 ms
コード長 1,993 bytes
コンパイル時間 851 ms
コンパイル使用メモリ 102,900 KB
実行使用メモリ 125,440 KB
最終ジャッジ日時 2024-07-02 07:22:09
合計ジャッジ時間 30,058 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 110 ms
125,184 KB
testcase_01 AC 109 ms
125,184 KB
testcase_02 AC 110 ms
125,312 KB
testcase_03 AC 110 ms
125,056 KB
testcase_04 AC 109 ms
125,184 KB
testcase_05 AC 109 ms
125,184 KB
testcase_06 AC 108 ms
125,312 KB
testcase_07 AC 108 ms
125,184 KB
testcase_08 AC 109 ms
125,184 KB
testcase_09 AC 110 ms
125,184 KB
testcase_10 AC 110 ms
125,184 KB
testcase_11 AC 110 ms
125,184 KB
testcase_12 AC 110 ms
125,312 KB
testcase_13 AC 110 ms
125,312 KB
testcase_14 AC 109 ms
125,312 KB
testcase_15 AC 109 ms
125,312 KB
testcase_16 AC 113 ms
125,184 KB
testcase_17 AC 114 ms
125,056 KB
testcase_18 AC 109 ms
125,440 KB
testcase_19 AC 114 ms
125,184 KB
testcase_20 AC 110 ms
125,312 KB
testcase_21 AC 114 ms
125,184 KB
testcase_22 AC 115 ms
125,184 KB
testcase_23 AC 113 ms
125,184 KB
testcase_24 AC 116 ms
125,312 KB
testcase_25 AC 112 ms
125,184 KB
testcase_26 AC 116 ms
125,184 KB
testcase_27 AC 113 ms
125,184 KB
testcase_28 AC 114 ms
125,312 KB
testcase_29 AC 111 ms
125,184 KB
testcase_30 AC 111 ms
125,056 KB
testcase_31 AC 117 ms
125,184 KB
testcase_32 AC 195 ms
125,184 KB
testcase_33 AC 239 ms
125,184 KB
testcase_34 AC 343 ms
125,312 KB
testcase_35 AC 260 ms
125,184 KB
testcase_36 AC 209 ms
125,184 KB
testcase_37 AC 190 ms
125,312 KB
testcase_38 AC 168 ms
125,056 KB
testcase_39 AC 519 ms
125,184 KB
testcase_40 AC 270 ms
125,184 KB
testcase_41 AC 272 ms
125,312 KB
testcase_42 AC 299 ms
125,312 KB
testcase_43 AC 397 ms
125,312 KB
testcase_44 AC 390 ms
125,312 KB
testcase_45 AC 367 ms
125,056 KB
testcase_46 AC 508 ms
125,312 KB
testcase_47 AC 229 ms
125,312 KB
testcase_48 AC 279 ms
125,312 KB
testcase_49 AC 257 ms
125,312 KB
testcase_50 AC 174 ms
125,312 KB
testcase_51 AC 498 ms
125,184 KB
testcase_52 AC 321 ms
125,312 KB
testcase_53 AC 202 ms
125,184 KB
testcase_54 AC 321 ms
125,184 KB
testcase_55 AC 160 ms
125,184 KB
testcase_56 AC 156 ms
125,184 KB
testcase_57 AC 212 ms
125,184 KB
testcase_58 AC 317 ms
125,312 KB
testcase_59 AC 149 ms
125,184 KB
testcase_60 AC 248 ms
125,056 KB
testcase_61 AC 168 ms
125,184 KB
testcase_62 AC 277 ms
125,184 KB
testcase_63 AC 212 ms
125,056 KB
testcase_64 AC 149 ms
125,184 KB
testcase_65 AC 209 ms
125,184 KB
testcase_66 AC 202 ms
125,056 KB
testcase_67 AC 259 ms
125,312 KB
testcase_68 AC 258 ms
125,184 KB
testcase_69 AC 184 ms
125,312 KB
testcase_70 AC 155 ms
125,312 KB
testcase_71 AC 165 ms
125,056 KB
testcase_72 AC 237 ms
125,184 KB
testcase_73 AC 179 ms
125,184 KB
testcase_74 AC 288 ms
125,312 KB
testcase_75 AC 214 ms
125,056 KB
testcase_76 AC 236 ms
125,184 KB
testcase_77 AC 243 ms
125,184 KB
testcase_78 AC 337 ms
125,056 KB
testcase_79 AC 304 ms
125,056 KB
testcase_80 AC 295 ms
125,184 KB
testcase_81 AC 217 ms
125,184 KB
testcase_82 AC 550 ms
125,312 KB
testcase_83 AC 951 ms
125,184 KB
testcase_84 AC 933 ms
125,312 KB
testcase_85 AC 989 ms
125,312 KB
testcase_86 AC 390 ms
125,056 KB
testcase_87 AC 548 ms
125,184 KB
testcase_88 AC 546 ms
125,184 KB
testcase_89 AC 545 ms
125,184 KB
testcase_90 AC 549 ms
125,184 KB
testcase_91 AC 545 ms
125,184 KB
testcase_92 AC 1,618 ms
125,056 KB
testcase_93 AC 1,608 ms
125,056 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <cstdio>
#include <cstring>
#include <iostream>
#include <string>
#include <cmath>
#include <bitset>
#include <vector>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <algorithm>
#include <complex>
#include <unordered_map>
#include <unordered_set>
#include <random>
#include <cassert>
#include <fstream>
#define popcount __builtin_popcount
using namespace std;
typedef long long int ll;
typedef pair<int, int> P;
const int MAX=2000;
vector<ll> prime;
bool isprime[MAX];
void sieve(){
	for(ll i=3; i<MAX; i+=2){
		isprime[i]=1;
	}
	isprime[2]=1;
	prime.push_back(2);
	for(ll i=3; i<MAX; i++){
		if(isprime[i]){
			prime.push_back(i);
			for(ll j=2*i; j<MAX; j+=i){
				isprime[j]=0;
			}
		}
	}
	return;
}
int main()
{
    int n, q; cin>>n;
    sieve();
    int z[100010]={};
    int a[100010];
    int cnt[310][100010]={};
    for(int i=1; i<=n; i++){
        cin>>a[i];
        if(a[i]==0){
            z[i]++;
            continue;
        }
        for(int j=0; j<prime.size(); j++){
            int p=prime[j];
            while(a[i]%p==0){
                cnt[j][i]++;
                a[i]/=p;
            }
        }
    }
    for(int i=1; i<=n; i++){
        z[i]+=z[i-1];
        for(int j=0; j<prime.size(); j++) cnt[j][i]+=cnt[j][i-1];
    }
    cin>>q;
    for(int i=0; i<q; i++){
        int p, l, r;
        cin>>p>>l>>r;
        if(z[r]-z[l-1]>0 || p==1){
            cout<<"Yes"<<endl;
            continue;
        }
        int cp[310]={};
        for(int j=0; j<prime.size(); j++){
            while(p%prime[j]==0){
                cp[j]++;
                p/=prime[j];
            }
        }
        if(p>1){
            cout<<"NO"<<endl;
            continue;
        }
        bool dame=0;
        for(int j=0; j<prime.size(); j++){
            if(cp[j]>cnt[j][r]-cnt[j][l-1]){
                dame=1;
                break;
            }
        }
        if(dame) cout<<"NO"<<endl;
        else cout<<"Yes"<<endl;
    }
    return 0;
}
0