結果

問題 No.854 公平なりんご分配
ユーザー jelljell
提出日時 2019-08-01 17:04:24
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 463 ms / 3,153 ms
コード長 9,361 bytes
コンパイル時間 3,506 ms
コンパイル使用メモリ 122,580 KB
実行使用メモリ 134,436 KB
最終ジャッジ日時 2023-09-18 17:29:27
合計ジャッジ時間 14,575 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,376 KB
testcase_01 AC 1 ms
4,376 KB
testcase_02 AC 1 ms
4,376 KB
testcase_03 AC 2 ms
4,376 KB
testcase_04 AC 2 ms
4,376 KB
testcase_05 AC 1 ms
4,376 KB
testcase_06 AC 1 ms
4,376 KB
testcase_07 AC 1 ms
4,380 KB
testcase_08 AC 2 ms
4,380 KB
testcase_09 AC 2 ms
4,380 KB
testcase_10 AC 2 ms
4,380 KB
testcase_11 AC 2 ms
4,376 KB
testcase_12 AC 2 ms
4,376 KB
testcase_13 AC 2 ms
4,376 KB
testcase_14 AC 1 ms
4,380 KB
testcase_15 AC 2 ms
4,376 KB
testcase_16 AC 2 ms
4,376 KB
testcase_17 AC 2 ms
4,380 KB
testcase_18 AC 2 ms
4,380 KB
testcase_19 AC 2 ms
4,376 KB
testcase_20 AC 2 ms
4,380 KB
testcase_21 AC 2 ms
4,376 KB
testcase_22 AC 4 ms
4,376 KB
testcase_23 AC 4 ms
4,380 KB
testcase_24 AC 5 ms
4,608 KB
testcase_25 AC 4 ms
4,376 KB
testcase_26 AC 6 ms
4,608 KB
testcase_27 AC 5 ms
4,648 KB
testcase_28 AC 4 ms
4,376 KB
testcase_29 AC 3 ms
4,380 KB
testcase_30 AC 3 ms
4,380 KB
testcase_31 AC 5 ms
4,516 KB
testcase_32 AC 63 ms
31,020 KB
testcase_33 AC 52 ms
18,188 KB
testcase_34 AC 106 ms
41,572 KB
testcase_35 AC 80 ms
33,444 KB
testcase_36 AC 28 ms
5,188 KB
testcase_37 AC 60 ms
29,476 KB
testcase_38 AC 48 ms
24,512 KB
testcase_39 AC 139 ms
44,052 KB
testcase_40 AC 53 ms
16,040 KB
testcase_41 AC 70 ms
27,440 KB
testcase_42 AC 97 ms
40,888 KB
testcase_43 AC 95 ms
28,560 KB
testcase_44 AC 108 ms
38,160 KB
testcase_45 AC 70 ms
10,036 KB
testcase_46 AC 127 ms
37,604 KB
testcase_47 AC 55 ms
22,424 KB
testcase_48 AC 94 ms
40,404 KB
testcase_49 AC 90 ms
41,116 KB
testcase_50 AC 58 ms
29,372 KB
testcase_51 AC 129 ms
39,376 KB
testcase_52 AC 66 ms
18,968 KB
testcase_53 AC 44 ms
18,708 KB
testcase_54 AC 69 ms
21,980 KB
testcase_55 AC 37 ms
18,792 KB
testcase_56 AC 39 ms
19,608 KB
testcase_57 AC 43 ms
16,500 KB
testcase_58 AC 58 ms
8,828 KB
testcase_59 AC 29 ms
14,720 KB
testcase_60 AC 49 ms
16,508 KB
testcase_61 AC 18 ms
5,808 KB
testcase_62 AC 53 ms
14,376 KB
testcase_63 AC 39 ms
15,092 KB
testcase_64 AC 17 ms
7,812 KB
testcase_65 AC 75 ms
36,404 KB
testcase_66 AC 34 ms
11,564 KB
testcase_67 AC 63 ms
24,472 KB
testcase_68 AC 45 ms
12,228 KB
testcase_69 AC 84 ms
43,988 KB
testcase_70 AC 32 ms
16,172 KB
testcase_71 AC 36 ms
17,520 KB
testcase_72 AC 35 ms
5,220 KB
testcase_73 AC 58 ms
29,936 KB
testcase_74 AC 87 ms
35,772 KB
testcase_75 AC 45 ms
17,548 KB
testcase_76 AC 64 ms
28,544 KB
testcase_77 AC 89 ms
40,252 KB
testcase_78 AC 63 ms
13,416 KB
testcase_79 AC 71 ms
25,048 KB
testcase_80 AC 72 ms
26,300 KB
testcase_81 AC 60 ms
27,328 KB
testcase_82 AC 291 ms
134,184 KB
testcase_83 AC 431 ms
134,192 KB
testcase_84 AC 433 ms
134,268 KB
testcase_85 AC 456 ms
134,216 KB
testcase_86 AC 99 ms
134,276 KB
testcase_87 AC 288 ms
134,436 KB
testcase_88 AC 286 ms
134,216 KB
testcase_89 AC 288 ms
134,200 KB
testcase_90 AC 285 ms
134,272 KB
testcase_91 AC 286 ms
134,212 KB
testcase_92 AC 463 ms
134,220 KB
testcase_93 AC 462 ms
134,304 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#ifndef LOCAL
    #pragma GCC optimize("Ofast")
#endif
#include <cassert>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <functional>
#include <queue>
#include <deque>
#include <stack>
#include <list>
#include <set>
#include <map>
#include <unordered_set>
#include <unordered_map>
#include <complex>
#include <iomanip>
#include <bitset>
#include <random>

using namespace std;
using i64 = int_fast64_t;
using pii = pair<int, int>;
using pli = pair<int_fast64_t, int>;
using pll = pair<int_fast64_t, int_fast64_t>;
template <class T> using heap = priority_queue<T>;
template <class T> using minheap = priority_queue<T, vector<T>, greater<T>>;
template <class T> constexpr T inf = numeric_limits<T>::max() / (T)2 - (T)123456;
constexpr int dx[9] = {1, 0, -1, 0, 1, -1, -1, 1, 0};
constexpr int dy[9] = {0, 1, 0, -1, 1, 1, -1, -1, 0};
constexpr long double Pi = 3.1415926535897932384626433832;
constexpr long double Golden = 1.61803398874989484820;

#define iostream_untie true
#define stdout_precision 10
#define stderr_precision 10
#define itrep(i,v) for(auto i = begin(v); i != end(v); ++i)
#define ritrep(i,v) for(auto i = rbegin(v); i != rend(v); ++i)
#define rep(i,n) for(int_fast64_t i = 0; i < (int_fast64_t)(n); ++i)
#define rrep(i,n) for(int_fast64_t i = (int_fast64_t)(n) - 1; i >= 0; --i)
#define all(v) begin(v), end(v)
#define rall(v) rbegin(v), rend(v)
#define fir first
#define sec second
#define u_map unordered_map
#define u_set unordered_set
#define l_bnd lower_bound
#define u_bnd upper_bound
#define emp emplace
#define emf emplace_front
#define emb emplace_back
#define pof pop_front
#define pob pop_back
#define mkp make_pair
#define mkt make_tuple
#define popcnt __builtin_popcount

namespace setup {
    struct setupper {
        setupper() {
            if(iostream_untie) {
                ios::sync_with_stdio(false);
                std::cin.tie(nullptr);
                std::cout.tie(nullptr);
                std::cerr.tie(nullptr);
            }
            std::cout << std::fixed << std::setprecision(stdout_precision);
            std::cerr << std::fixed << std::setprecision(stderr_precision);
    #ifdef LOCAL
            if(!freopen("stderr.txt","wt",stderr)) {
                freopen("CON","wt",stderr);
                std::cerr << "Failed to open the stderr file\n";
            }
            if(!freopen("stdout.txt","wt",stdout)) {
                freopen("CON","wt",stdout);
                std::cerr << "Failed to open the stdout file\n";
            }
            if(!freopen("stdin.txt","rt",stdin)) {
                freopen("CON","rt",stdin);
                std::cerr << "Failed to open the stdin file.\n";
            }
            // auto print_atexit = []() {
            //     std::cerr << "Exec time : " << clock() / (double)CLOCKS_PER_SEC * 1000.0 << "ms\n";
            //     std::cerr << "------------\n";
            // };
            // atexit((void(*)())print_atexit);
    #endif
        }
    } __setupper;
}

namespace std {
    template <class RAitr> void rsort(RAitr __first, RAitr __last) {
        sort(__first, __last, greater<>());
    }
    template <class T> void hash_combine(size_t &seed, T const &key) {
        seed ^= hash<T>()(key) + 0x9e3779b9 + (seed << 6) + (seed >> 2);
    }
    template <class T, class U> struct hash<pair<T,U>> {
        size_t operator()(pair<T,U> const &pr) const
        {
            size_t seed = 0;
            hash_combine(seed,pr.first);
            hash_combine(seed,pr.second);
            return seed;
        }
    };
    template <class tuple_t, size_t index = tuple_size<tuple_t>::value - 1>
    struct hashval_calc {
        static void apply(size_t& seed, tuple_t const& t) {
            hashval_calc<tuple_t, index - 1>::apply(seed, t);
            hash_combine(seed,get<index>(t));
        }
    };
    template <class tuple_t>
    struct hashval_calc<tuple_t, 0> {
        static void apply(size_t& seed, tuple_t const& t) {
            hash_combine(seed,get<0>(t));
        }
    };
    template <class ...T> struct hash<tuple<T...>> {
        size_t operator()(tuple<T...> const& t) const
        {
            size_t seed = 0;
            hashval_calc<tuple<T...>>::apply(seed,t);
            return seed;
        }
    };
}

template <class T, class U> istream &operator>> (istream &s, pair<T,U> &p) { return s >> p.first >> p.second; }
template <class T, class U> ostream &operator<< (ostream &s, const pair<T,U> p) { return s << p.first << " " << p.second; }
template <class T> istream &operator>> (istream &s, vector<T> &v) { for(T &e : v) { s >> e; }   return s; }
template <class T> ostream &operator<< (ostream &s, const vector<T> &v) {
    for(size_t i = 0; i < v.size(); ++i) { s << (i ? " " : "") << v[i]; }   return s;
}
template <class tuple_t, size_t index>
struct tupleos {
    static ostream &apply(ostream &s, const tuple_t &t) {
        tupleos<tuple_t,index - 1>::apply(s,t);
        return s << " " << get<index>(t);
    }
}; 
template <class tuple_t>
struct tupleos<tuple_t, 0> {
    static ostream &apply(ostream &s, const tuple_t &t) {
        return s << get<0>(t);
    }
};
template <class ...T> ostream &operator<< (ostream &s, const tuple<T...> &t) {
    return tupleos<tuple<T...>, tuple_size<tuple<T...>>::value - 1>::apply(s,t);
}
template <> ostream &operator<< (ostream &s, const tuple<> &t) { return s; }
#define dump(...) cerr << " [ " << __LINE__ << " : " << __FUNCTION__ << " ] " << #__VA_ARGS__ << " : ";\
dump_func(__VA_ARGS__)
template <class T> void dump_func(T x) { cerr << x << '\n'; }
template <class T,class ...Rest> void dump_func(T x, Rest ... rest) { cerr << x << ","; dump_func(rest...); }
template <class T> void write(T x) { cout << x << '\n'; }
template <class T, class ...Rest> void write(T x, Rest ... rest) { cout << x << ' '; write(rest...); }
void writeln() {}
template <class T, class ...Rest> void writeln(T x, Rest ... rest) { cout << x << '\n'; writeln(rest...); }
#define esc(...) writeln(__VA_ARGS__), exit(0)
template <class P> void read(P __first, P __second) {
    for(P i = __first; i != __second; ++i) cin >> *i;
}

namespace updater {
    template <class T> static void add(T &x, const T &y) { x += y; }
    template <class T> static void ext_add(T &x, const T &y, size_t w) { x += y * w; }
    template <class T> static void mul(T &x, const T &y) { x *= y; }
    template <class T> static void ext_mul(T &x, const T &y, size_t w) { x *= (T)pow(y,w); }
    template <class T> static bool chmax(T &x, const T &y) { return x < y ? x = y, true : false; }
    template <class T> static bool chmin(T &x, const T &y) { return x > y ? x = y, true : false; }
};
using updater::add;
using updater::chmax;
using updater::chmin;

template <class T> constexpr T minf(const T &x, const T &y) { return min(x,y); }
template <class T> constexpr T maxf(const T &x, const T &y) { return max(x,y); }
constexpr bool bit(i64 n, int e) { return (n >> e) & 1; }
constexpr int_fast64_t mask(int_fast64_t n, int e) { return n & ((1 << e) - 1); }
constexpr int ilog(int_fast64_t x, int_fast64_t b = 2) { return x ? 1 + ilog(x / b, b) : -1; }
int_fast64_t binry(int_fast64_t ok, int_fast64_t ng, const function<bool(int_fast64_t)> &fn) {
    while (abs(ok - ng) > 1) {
        int_fast64_t mid = (ok + ng) / 2;
        (fn(mid) ? ok : ng) = mid;
    }
    return ok;
}
template <class A, size_t N, class T> void init(A (&array)[N], const T &val) { fill((T*)array,(T*)(array + N),val); }
template <class T> vector<int> cmprs(const vector<T> &v) {
    vector<T> tmp = v; vector<int> ret;
    sort(begin(tmp),end(tmp));
    tmp.erase(unique(begin(tmp),end(tmp)), end(tmp));
    for(T i : v) ret.emplace_back(lower_bound(begin(tmp),end(tmp),i) - begin(tmp));
    return ret;
}
template <class T> vector<int> cmprs(const T *__first, const T *__last) {
    return cmprs(vector<T>(__first, __last));
}
void for_subset(int_fast64_t s, const function<void(int_fast64_t)> &fn) {
    int_fast64_t tmp = s;
    do { fn(tmp); } while((--tmp &= s) != s);
}



/* The main code follows. */


int n;
// int a[1<<17];
int qry;
vector<int> pri;
bool mit[2021];
int c[1<<17][334];
int zcnt[1<<17];

void solve() {
    int p,l,r;
    cin>>p>>l>>r;
    if(zcnt[r]>zcnt[l-1]) {
        cout<<"Yes\n";
        return;
    }
    for(int i=0; i<303; ++i) {
        int now=c[r][i]-c[l-1][i];
        while(p%pri[i] == 0) {
            now--;
            p/=pri[i];
        }
        if(now<0) {
            cout<<"NO\n";
            return;
        }
    }
    if(p!=1) {
        cout<<"NO\n";
    } else cout<<"Yes\n";
}

signed main() {
    mit[1]=true;
    for(int p=2; p<2000; ++p) {
        if(mit[p]) {
            continue;
        }
        pri.emplace_back(p);
        for(int i=p*2; i<=2000; i+=p) {
            mit[i]=true;
        }
    }
    assert(pri.size()==303);
    cin>>n;
    for(int i=0; i<n; ++i) {
        // cin>>a[i];
        int z; cin>>z;
        for(int x=0; x<303; ++x) {
            if(!z) {
                c[i+1][x]=1e5;
                zcnt[i+1]=1;
                continue;
            } 
            while(!(z%pri[x])) {
                c[i+1][x]++;
                z/=pri[x];
            }
        } 
    }
    for(int i=0; i<n; ++i) {
        zcnt[i+1]+=zcnt[i];
        for(int x=0; x<303; ++x) c[i+1][x]+=c[i][x];
    }
    cin>>qry;
    while(qry--) solve();
}
0