結果

問題 No.2592 おでぶなおばけさん 2
ユーザー 👑 nullnull
提出日時 2023-12-04 17:20:55
言語 C++23
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 3,990 bytes
コンパイル時間 12,515 ms
コンパイル使用メモリ 564,536 KB
実行使用メモリ 84,076 KB
最終ジャッジ日時 2023-12-20 01:09:59
合計ジャッジ時間 60,133 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,676 KB
testcase_01 AC 249 ms
38,780 KB
testcase_02 AC 195 ms
29,772 KB
testcase_03 AC 72 ms
13,056 KB
testcase_04 AC 47 ms
9,216 KB
testcase_05 AC 557 ms
81,852 KB
testcase_06 AC 272 ms
31,860 KB
testcase_07 AC 298 ms
30,292 KB
testcase_08 AC 366 ms
46,220 KB
testcase_09 AC 114 ms
16,980 KB
testcase_10 AC 63 ms
6,676 KB
testcase_11 AC 372 ms
47,524 KB
testcase_12 AC 70 ms
11,904 KB
testcase_13 AC 381 ms
53,660 KB
testcase_14 AC 387 ms
54,572 KB
testcase_15 AC 256 ms
36,036 KB
testcase_16 AC 384 ms
54,180 KB
testcase_17 AC 451 ms
63,580 KB
testcase_18 AC 260 ms
36,556 KB
testcase_19 AC 181 ms
25,332 KB
testcase_20 AC 871 ms
37,868 KB
testcase_21 AC 593 ms
22,596 KB
testcase_22 AC 1,077 ms
57,188 KB
testcase_23 AC 456 ms
64,236 KB
testcase_24 AC 317 ms
44,916 KB
testcase_25 AC 131 ms
18,548 KB
testcase_26 AC 136 ms
19,196 KB
testcase_27 AC 598 ms
84,076 KB
testcase_28 AC 594 ms
84,076 KB
testcase_29 AC 594 ms
84,076 KB
testcase_30 AC 594 ms
84,076 KB
testcase_31 AC 729 ms
84,076 KB
testcase_32 AC 609 ms
84,076 KB
testcase_33 AC 663 ms
84,076 KB
testcase_34 AC 676 ms
84,076 KB
testcase_35 AC 691 ms
84,076 KB
testcase_36 AC 646 ms
84,076 KB
testcase_37 AC 599 ms
84,076 KB
testcase_38 AC 596 ms
84,076 KB
testcase_39 AC 676 ms
84,076 KB
testcase_40 AC 599 ms
84,076 KB
testcase_41 AC 626 ms
84,076 KB
testcase_42 AC 618 ms
84,076 KB
testcase_43 AC 608 ms
84,076 KB
testcase_44 AC 596 ms
84,076 KB
testcase_45 AC 593 ms
84,076 KB
testcase_46 AC 595 ms
84,076 KB
testcase_47 AC 592 ms
84,076 KB
testcase_48 AC 588 ms
84,076 KB
testcase_49 AC 588 ms
84,076 KB
testcase_50 AC 591 ms
84,076 KB
testcase_51 AC 587 ms
84,076 KB
testcase_52 AC 595 ms
84,076 KB
testcase_53 AC 595 ms
84,076 KB
testcase_54 AC 594 ms
84,076 KB
testcase_55 AC 594 ms
84,076 KB
testcase_56 AC 596 ms
84,076 KB
testcase_57 AC 565 ms
84,076 KB
testcase_58 AC 597 ms
84,076 KB
testcase_59 AC 593 ms
84,076 KB
testcase_60 AC 591 ms
84,076 KB
testcase_61 AC 593 ms
84,076 KB
testcase_62 AC 592 ms
84,076 KB
testcase_63 AC 592 ms
84,076 KB
testcase_64 AC 596 ms
84,076 KB
testcase_65 AC 590 ms
84,076 KB
testcase_66 WA -
testcase_67 AC 590 ms
84,076 KB
testcase_68 AC 617 ms
84,076 KB
testcase_69 AC 591 ms
84,076 KB
testcase_70 WA -
testcase_71 WA -
testcase_72 AC 592 ms
84,076 KB
testcase_73 AC 591 ms
84,076 KB
testcase_74 AC 596 ms
84,076 KB
testcase_75 AC 597 ms
84,076 KB
testcase_76 AC 595 ms
84,076 KB
testcase_77 AC 595 ms
84,076 KB
testcase_78 AC 621 ms
84,076 KB
testcase_79 AC 596 ms
84,076 KB
testcase_80 AC 598 ms
84,076 KB
testcase_81 AC 596 ms
84,076 KB
testcase_82 AC 601 ms
84,076 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

/*
このコード、と~おれ!
Be accepted!
∧_∧ 
(。・ω・。)つ━☆・*。
⊂   ノ    ・゜+.
 しーJ   °。+ *´¨)
          .· ´¸.·*´¨) ¸.·*¨)
		            (¸.·´ (¸.·'* ☆
*/

#include <cstdio>
#include <algorithm>
#include <string>
#include <cmath>
#include <cstring>
#include <vector>
#include <numeric>
#include <iostream>
#include <random>
#include <map>
#include <unordered_map>
#include <queue>
#include <regex>
#include <functional>
#include <complex>
#include <list>
#include <cassert>
#include <iomanip>
#include <set>
#include <stack>
#include <bitset>
#include <array>
#include <chrono>
#include <unordered_set>

//#pragma GCC target("arch=skylake-avx512")
//#pragma GCC target("avx2")
//#pragma GCC optimize("O3")
#pragma GCC optimize("Ofast")
//#pragma GCC target("sse4")
#pragma GCC optimize("unroll-loops")
//#pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,tune=native")
#define repeat(i, n, m) for(int i = n; i < (m); ++i)
#define rep(i, n) for(int i = 0; i < (n); ++i)
#define printynl(a) printf(a ? "yes\n" : "no\n")
#define printyn(a) printf(a ? "Yes\n" : "No\n")
#define printYN(a) printf(a ? "YES\n" : "NO\n")
#define printim(a) printf(a ? "possible\n" : "imposible\n")
#define printdb(a) printf("%.50lf\n", a)
#define printLdb(a) printf("%.50Lf\n", a)
#define printdbd(a) printf("%.16lf\n", a)
#define prints(s) printf("%s\n", s.c_str())
#define all(x) (x).begin(), (x).end()
#define deg_to_rad(deg) (((deg)/360.0L)*2.0L*PI)
#define rad_to_deg(rad) (((rad)/2.0L/PI)*360.0L)
#define Please return
#define AC 0
#define manhattan_dist(a, b, c, d) (abs(a - c) + abs(b - d))

using ll = long long;
using ull = unsigned long long;

constexpr int INF = 1073741823;
constexpr int MINF = -1073741823;
constexpr ll LINF = ll(4661686018427387903);
constexpr ll MOD = 1e9 + 7;
constexpr ll mod = 998244353;
constexpr long double eps = 1e-14;
const long double PI = acosl(-1.0L);

using namespace std;

void scans(string& str) {
	char c;
	str = "";
	scanf("%c", &c);
	if (c == '\n')scanf("%c", &c);
	while (c != '\n' && c != -1 && c != ' ') {
		str += c;
		scanf("%c", &c);
	}
}

void scanc(char& str) {
	char c;
	scanf("%c", &c);
	if (c == -1)return;
	while (c == '\n') {
		scanf("%c", &c);
	}
	str = c;
}

double acot(double x) {
	return PI / 2 - atan(x);
}

ll LSB(ll n) { return (n & (-n)); }

template<typename T>
inline T chmin(T& a, const T& b) {
	if (a > b)a = b;
	return a;
}

template<typename T>
inline T chmax(T& a, const T& b) {
	if (a < b)a = b;
	return a;
}

//cpp_int
#if __has_include(<boost/multiprecision/cpp_int.hpp>)
#include <boost/multiprecision/cpp_int.hpp>
#include <boost/multiprecision/cpp_dec_float.hpp>
using namespace boost::multiprecision;
#else
using cpp_int = ll;
#endif

//atcoder library
#if __has_include(<atcoder/all>)
#include <atcoder/all>
//using namespace atcoder;
#endif

/*
	random_device seed_gen;
	mt19937 engine(seed_gen());
	uniform_int_distribution dist(1, 100);
*/


/*----------------------------------------------------------------------------------*/

random_device seed_gen;
mt19937 engine(seed_gen());
uniform_int_distribution dist(1, 1000000000);

int main() {

	int n, q;
	ll k;
	scanf("%d%d%lld", &n, &q, &k);
	vector<ll> a(n);
	rep(i, n)scanf("%lld", &a[i]);
	vector<ll> rnd(100);
	rep(i, 100) {
		int x = dist(engine);
		while (gcd(x, k) != 1)x = dist(engine);
		rnd[i] = x;
	}
	vector<vector<ll>> cs;
	rep(i, 100) {
		ll kk = rnd[i];
		ll x = 1;
		x %= kk;
		vector<ll> b(n);
		rep(j, n) {
			b[j] = (a[j] % kk) * x;
			b[j] %= kk;
			x *= k;
			x %= kk;
		}
		vector<ll> c(n + 1);
		rep(j, n) {
			c[j + 1] = c[j] + b[j];
			c[j + 1] %= kk;
		}
		cs.push_back(c);
	}
	rep(i, q) {
		int l, r;
		scanf("%d%d", &l, &r);
		--l;
		int ans = 0;
		rep(j, 100) {
			ll x = cs[j][r] - cs[j][l];
			x += rnd[j];
			x %= rnd[j];
			if (x != 0) {
				ans = 1;
				break;
			}
		}
		printyn(ans);
	}

	Please AC;
}
0