結果
問題 | No.2592 おでぶなおばけさん 2 |
ユーザー | t98slider |
提出日時 | 2023-12-20 02:45:28 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 6,304 bytes |
コンパイル時間 | 2,436 ms |
コンパイル使用メモリ | 208,556 KB |
実行使用メモリ | 9,004 KB |
最終ジャッジ日時 | 2024-09-27 09:20:53 |
合計ジャッジ時間 | 13,308 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
6,816 KB |
testcase_01 | AC | 12 ms
6,944 KB |
testcase_02 | AC | 27 ms
6,940 KB |
testcase_03 | AC | 12 ms
6,940 KB |
testcase_04 | AC | 15 ms
6,940 KB |
testcase_05 | AC | 32 ms
8,828 KB |
testcase_06 | AC | 28 ms
6,940 KB |
testcase_07 | AC | 39 ms
6,940 KB |
testcase_08 | AC | 29 ms
6,940 KB |
testcase_09 | AC | 12 ms
6,944 KB |
testcase_10 | AC | 21 ms
6,940 KB |
testcase_11 | AC | 28 ms
6,940 KB |
testcase_12 | AC | 8 ms
6,940 KB |
testcase_13 | AC | 69 ms
6,944 KB |
testcase_14 | AC | 70 ms
6,944 KB |
testcase_15 | AC | 60 ms
6,940 KB |
testcase_16 | AC | 68 ms
6,940 KB |
testcase_17 | AC | 73 ms
8,480 KB |
testcase_18 | AC | 61 ms
6,940 KB |
testcase_19 | AC | 54 ms
6,940 KB |
testcase_20 | AC | 55 ms
6,940 KB |
testcase_21 | AC | 49 ms
6,940 KB |
testcase_22 | AC | 62 ms
8,364 KB |
testcase_23 | AC | 71 ms
8,456 KB |
testcase_24 | AC | 64 ms
6,940 KB |
testcase_25 | AC | 50 ms
6,944 KB |
testcase_26 | AC | 50 ms
6,940 KB |
testcase_27 | AC | 80 ms
8,920 KB |
testcase_28 | AC | 80 ms
8,956 KB |
testcase_29 | AC | 81 ms
8,916 KB |
testcase_30 | AC | 79 ms
8,908 KB |
testcase_31 | AC | 82 ms
8,736 KB |
testcase_32 | AC | 81 ms
8,880 KB |
testcase_33 | AC | 83 ms
8,924 KB |
testcase_34 | AC | 82 ms
8,896 KB |
testcase_35 | AC | 82 ms
8,832 KB |
testcase_36 | AC | 82 ms
8,848 KB |
testcase_37 | AC | 82 ms
8,852 KB |
testcase_38 | AC | 82 ms
8,892 KB |
testcase_39 | AC | 81 ms
8,844 KB |
testcase_40 | AC | 82 ms
8,920 KB |
testcase_41 | AC | 82 ms
8,916 KB |
testcase_42 | AC | 82 ms
8,936 KB |
testcase_43 | AC | 82 ms
8,832 KB |
testcase_44 | AC | 81 ms
8,908 KB |
testcase_45 | AC | 80 ms
8,872 KB |
testcase_46 | AC | 80 ms
8,804 KB |
testcase_47 | WA | - |
testcase_48 | WA | - |
testcase_49 | WA | - |
testcase_50 | WA | - |
testcase_51 | WA | - |
testcase_52 | AC | 75 ms
8,800 KB |
testcase_53 | AC | 75 ms
8,892 KB |
testcase_54 | AC | 74 ms
8,740 KB |
testcase_55 | AC | 75 ms
8,868 KB |
testcase_56 | AC | 76 ms
8,800 KB |
testcase_57 | WA | - |
testcase_58 | AC | 82 ms
8,832 KB |
testcase_59 | AC | 81 ms
8,912 KB |
testcase_60 | AC | 82 ms
8,864 KB |
testcase_61 | AC | 81 ms
8,840 KB |
testcase_62 | AC | 81 ms
8,920 KB |
testcase_63 | AC | 80 ms
8,824 KB |
testcase_64 | AC | 81 ms
8,900 KB |
testcase_65 | AC | 76 ms
8,872 KB |
testcase_66 | AC | 75 ms
8,764 KB |
testcase_67 | AC | 75 ms
8,840 KB |
testcase_68 | AC | 74 ms
8,892 KB |
testcase_69 | AC | 76 ms
8,848 KB |
testcase_70 | AC | 76 ms
8,884 KB |
testcase_71 | AC | 74 ms
8,916 KB |
testcase_72 | AC | 75 ms
8,836 KB |
testcase_73 | AC | 75 ms
8,900 KB |
testcase_74 | AC | 2 ms
6,944 KB |
testcase_75 | AC | 79 ms
8,744 KB |
testcase_76 | AC | 80 ms
8,888 KB |
testcase_77 | AC | 78 ms
8,844 KB |
testcase_78 | AC | 80 ms
8,848 KB |
testcase_79 | AC | 82 ms
8,912 KB |
testcase_80 | AC | 81 ms
8,808 KB |
testcase_81 | AC | 80 ms
8,772 KB |
testcase_82 | AC | 82 ms
8,884 KB |
testcase_83 | AC | 79 ms
8,856 KB |
ソースコード
#include <bits/stdc++.h> using namespace std; using ll = long long; //mint61 a;のように宣言する template<const long long MOD = 2305843009213693951, const long long MASK31 = (1ll << 31) - 1, const long long MASK30 = (1ll << 30) - 1> struct modint61 { using mint = modint61; long long v; modint61() : v(0) {} template<class T> modint61(T x) { while(x < 0) x += MOD; while(x >= MOD) x -= MOD; v = x; } long long safe_mod(long long x){ x = (x >> 61) + (x & MOD); if (x >= MOD) x -= MOD; return x; } static constexpr long long mod() { return MOD; } mint& operator++() {v++; if(v == MOD)v = 0; return *this;} mint& operator--() {if(v == 0)v = MOD; v--; return *this;} mint operator++(int) { mint result = *this; ++*this; return result; } mint operator--(int) { mint result = *this; --*this; return result; } mint& operator+=(const mint& rhs) { v += rhs.v; if(v >= MOD) v -= MOD; return *this; } mint& operator-=(const mint& rhs) { if(v < rhs.v) v += MOD; v -= rhs.v; return *this; } mint& operator*=(const mint& rhs) { long long u = v >> 31, d = v & MASK31; long long ru = rhs.v >> 31, rd = rhs.v & MASK31; long long mid = d * ru + u * rd; v = safe_mod(u * ru * 2 + (mid >> 30) + ((mid & MASK30) << 31) + d * rd); return *this; } mint& operator/=(const mint& rhs) { return *this = *this * rhs.inv(); } mint operator+() const { return *this; } mint operator-() const { return mint() - *this; } mint pow(long long n) const { assert(0 <= n); mint r = 1, x = *this; while (n) { if (n & 1) r *= x; x *= x; n >>= 1; } return r; } mint inv() const { assert(v); return pow(MOD - 2); } friend mint operator+(const mint& lhs, const mint& rhs) { return mint(lhs) += rhs; } friend mint operator-(const mint& lhs, const mint& rhs) { return mint(lhs) -= rhs; } friend mint operator*(const mint& lhs, const mint& rhs) { return mint(lhs) *= rhs; } friend mint operator/(const mint& lhs, const mint& rhs) { return mint(lhs) /= rhs; } friend bool operator<(const mint& lhs, const mint& rhs) { return lhs.v < rhs.v; } friend bool operator==(const mint& lhs, const mint& rhs) { return (lhs.v == rhs.v); } friend bool operator!=(const mint& lhs, const mint& rhs) { return (lhs.v != rhs.v); } friend std::istream& operator >> (std::istream& is, mint& rhs) noexcept { long long tmp; rhs = mint{(is >> tmp, tmp)}; return is; } friend std::ostream& operator << (std::ostream &os, const mint& rhs) noexcept { return os << rhs.v; } }; using mint61 = modint61<2305843009213693951>; template <class S, S (*op)(S, S), S (*e)()> struct segtree { public: segtree() : segtree(0) {} segtree(int n) : segtree(std::vector<S>(n, e())) {} segtree(const std::vector<S>& v) : _n(int(v.size())) { log = ceil_pow2(_n); size = 1 << log; d = std::vector<S>(2 * size, e()); for (int i = 0; i < _n; i++) d[size + i] = v[i]; for (int i = size - 1; i >= 1; i--) { update(i); } } void set(int p, S x) { assert(0 <= p && p < _n); p += size; d[p] = x; for (int i = 1; i <= log; i++) update(p >> i); } S get(int p) { assert(0 <= p && p < _n); return d[p + size]; } const S operator[](int p) const { return get(p); } S operator[](int p) { return get(p); } S prod(int l, int r) { assert(0 <= l && l <= r && r <= _n); S sml = e(), smr = e(); l += size; r += size; while (l < r) { if (l & 1) sml = op(sml, d[l++]); if (r & 1) smr = op(d[--r], smr); l >>= 1; r >>= 1; } return op(sml, smr); } S all_prod() { return d[1]; } template <bool (*f)(S)> int max_right(int l) { return max_right(l, [](S x) { return f(x); }); } template <class F> int max_right(int l, F f) { assert(0 <= l && l <= _n); assert(f(e())); if (l == _n) return _n; l += size; S sm = e(); do { while (l % 2 == 0) l >>= 1; if (!f(op(sm, d[l]))) { while (l < size) { l = (2 * l); if (f(op(sm, d[l]))) { sm = op(sm, d[l]); l++; } } return l - size; } sm = op(sm, d[l]); l++; } while ((l & -l) != l); return _n; } template <bool (*f)(S)> int min_left(int r) { return min_left(r, [](S x) { return f(x); }); } template <class F> int min_left(int r, F f) { assert(0 <= r && r <= _n); assert(f(e())); if (r == 0) return 0; r += size; S sm = e(); do { r--; while (r > 1 && (r % 2)) r >>= 1; if (!f(op(d[r], sm))) { while (r < size) { r = (2 * r + 1); if (f(op(d[r], sm))) { sm = op(d[r], sm); r--; } } return r + 1 - size; } sm = op(d[r], sm); } while ((r & -r) != r); return 0; } private: int _n, size, log; std::vector<S> d; int ceil_pow2(int n) { int x = 0; while ((1U << x) < (unsigned int)(n)) x++; return x; } void update(int k) { d[k] = op(d[2 * k], d[2 * k + 1]); } }; using S = pair<mint61, mint61>; S op(S lhs, S rhs){ return make_pair(lhs.first + lhs.second * rhs.first, lhs.second * rhs.second); } S e(){ return make_pair(0, 1); } int main(){ ios::sync_with_stdio(false); cin.tie(0); ll n, q, k, l, r, v; cin >> n >> q >> k; vector<S> tmp(n); mint61 BASE = k; for(int i = 0; i < n; i++){ cin >> v; tmp[i] = {v, BASE}; } segtree<S, op, e> seg(tmp); while(q--){ cin >> l >> r; cout << (seg.prod(l - 1, r).first != 0 ? "Yes" : "No") << '\n'; } }