結果

問題 No.854 公平なりんご分配
ユーザー heno239heno239
提出日時 2019-07-26 23:12:06
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 620 ms / 3,153 ms
コード長 2,276 bytes
コンパイル時間 1,158 ms
コンパイル使用メモリ 117,364 KB
実行使用メモリ 129,540 KB
最終ジャッジ日時 2024-07-02 09:20:25
合計ジャッジ時間 15,008 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
8,776 KB
testcase_01 AC 7 ms
8,720 KB
testcase_02 AC 8 ms
8,816 KB
testcase_03 AC 7 ms
8,804 KB
testcase_04 AC 7 ms
8,724 KB
testcase_05 AC 7 ms
8,704 KB
testcase_06 AC 7 ms
8,708 KB
testcase_07 AC 7 ms
8,776 KB
testcase_08 AC 8 ms
8,832 KB
testcase_09 AC 7 ms
8,752 KB
testcase_10 AC 8 ms
8,704 KB
testcase_11 AC 8 ms
8,960 KB
testcase_12 AC 7 ms
8,700 KB
testcase_13 AC 7 ms
8,880 KB
testcase_14 AC 8 ms
8,832 KB
testcase_15 AC 7 ms
8,740 KB
testcase_16 AC 7 ms
8,832 KB
testcase_17 AC 8 ms
8,704 KB
testcase_18 AC 8 ms
8,704 KB
testcase_19 AC 8 ms
8,832 KB
testcase_20 AC 8 ms
8,804 KB
testcase_21 AC 8 ms
8,824 KB
testcase_22 AC 9 ms
8,976 KB
testcase_23 AC 10 ms
9,344 KB
testcase_24 AC 13 ms
9,856 KB
testcase_25 AC 9 ms
9,216 KB
testcase_26 AC 12 ms
9,904 KB
testcase_27 AC 11 ms
10,112 KB
testcase_28 AC 9 ms
9,064 KB
testcase_29 AC 9 ms
9,040 KB
testcase_30 AC 10 ms
9,216 KB
testcase_31 AC 12 ms
9,716 KB
testcase_32 AC 74 ms
34,176 KB
testcase_33 AC 74 ms
22,388 KB
testcase_34 AC 135 ms
43,904 KB
testcase_35 AC 99 ms
36,396 KB
testcase_36 AC 54 ms
10,240 KB
testcase_37 AC 72 ms
32,628 KB
testcase_38 AC 58 ms
28,160 KB
testcase_39 AC 187 ms
46,080 KB
testcase_40 AC 81 ms
20,344 KB
testcase_41 AC 95 ms
30,848 KB
testcase_42 AC 121 ms
43,248 KB
testcase_43 AC 133 ms
31,944 KB
testcase_44 AC 145 ms
40,656 KB
testcase_45 AC 124 ms
14,852 KB
testcase_46 AC 180 ms
40,128 KB
testcase_47 AC 76 ms
26,204 KB
testcase_48 AC 114 ms
42,680 KB
testcase_49 AC 111 ms
43,520 KB
testcase_50 AC 69 ms
32,404 KB
testcase_51 AC 184 ms
41,984 KB
testcase_52 AC 120 ms
23,188 KB
testcase_53 AC 72 ms
22,852 KB
testcase_54 AC 121 ms
25,856 KB
testcase_55 AC 51 ms
22,800 KB
testcase_56 AC 50 ms
23,680 KB
testcase_57 AC 65 ms
20,608 KB
testcase_58 AC 110 ms
13,440 KB
testcase_59 AC 41 ms
19,236 KB
testcase_60 AC 87 ms
20,736 KB
testcase_61 AC 41 ms
10,856 KB
testcase_62 AC 96 ms
18,792 KB
testcase_63 AC 74 ms
19,328 KB
testcase_64 AC 33 ms
12,800 KB
testcase_65 AC 91 ms
39,040 KB
testcase_66 AC 61 ms
16,348 KB
testcase_67 AC 101 ms
27,944 KB
testcase_68 AC 95 ms
16,896 KB
testcase_69 AC 97 ms
45,952 KB
testcase_70 AC 46 ms
20,520 KB
testcase_71 AC 54 ms
21,632 KB
testcase_72 AC 72 ms
10,524 KB
testcase_73 AC 76 ms
32,948 KB
testcase_74 AC 128 ms
38,400 KB
testcase_75 AC 70 ms
21,728 KB
testcase_76 AC 101 ms
31,660 KB
testcase_77 AC 117 ms
42,624 KB
testcase_78 AC 122 ms
17,920 KB
testcase_79 AC 117 ms
28,656 KB
testcase_80 AC 115 ms
29,852 KB
testcase_81 AC 90 ms
30,848 KB
testcase_82 AC 444 ms
128,896 KB
testcase_83 AC 574 ms
128,896 KB
testcase_84 AC 554 ms
128,896 KB
testcase_85 AC 481 ms
129,024 KB
testcase_86 AC 291 ms
129,540 KB
testcase_87 AC 445 ms
128,896 KB
testcase_88 AC 426 ms
129,008 KB
testcase_89 AC 436 ms
129,136 KB
testcase_90 AC 433 ms
129,012 KB
testcase_91 AC 440 ms
129,056 KB
testcase_92 AC 609 ms
128,912 KB
testcase_93 AC 620 ms
129,064 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<string>
#include<cstdio>
#include<vector>
#include<cmath>
#include<algorithm>
#include<functional>
#include<iomanip>
#include<queue>
#include<ciso646>
#include<random>
#include<map>
#include<set>
#include<bitset>
#include<stack>
#include<unordered_map>
#include<utility>
#include<cassert>
using namespace std;

//#define int long long
typedef long long ll;

typedef unsigned long long ul;
typedef unsigned int ui;
const ll mod = 998244353;
const ll INF = mod * mod;
typedef pair<int, int> P;
#define stop char nyaa;cin>>nyaa;
#define rep(i,n) for(int i=0;i<n;i++)
#define per(i,n) for(int i=n-1;i>=0;i--)
#define Rep(i,sta,n) for(int i=sta;i<n;i++)
#define rep1(i,n) for(int i=1;i<=n;i++)
#define per1(i,n) for(int i=n;i>=1;i--)
#define Rep1(i,sta,n) for(int i=sta;i<=n;i++)
typedef pair<ll, ll> LP;
typedef vector<int> vec;
typedef vector<string> svec;
typedef long double ld;
typedef pair<ld, ld> LDP;
const ld eps = 1e-8;

const int mn = 2001;
bool isp[mn];
vector<int> c[mn];
vector<int> p;
void init() {
	fill(isp + 2, isp + mn,true);
	for (int i = 2; i < mn; i++) {
		if (!isp[i])continue;
		p.push_back(i);
		for (int j = 2 * i; j < mn; j += i) {
			isp[j] = false;
		}
	}
	rep1(i, mn - 1) {
		c[i].resize(p.size());
		int cop = i;
		rep(j, p.size()) {
			int cnt = 0;
			while (cop%p[j] == 0) {
				cop /= p[j]; cnt++;
			}
			c[i][j] = cnt;
		}
	}
	c[0].resize(p.size(),30);
}

vec r[1 << 17];

void solve() {
	r[0].resize(p.size(), 0);
	int n, q; cin >> n;
	vector<int> zer;
	rep(i, n) {
		int a; cin >> a;
		if (a == 0) {
			zer.push_back(i);
		}
		r[i + 1] = r[i];
		rep(j, p.size()) {
			r[i + 1][j] += c[a][j];
		}
	}
	cin >> q;
	rep(i, q) {
		int a, le, ri; cin >> a >> le >> ri;
		le--; ri--;
		{
			int num = upper_bound(zer.begin(), zer.end(), ri) - lower_bound(zer.begin(), zer.end(),le);
			if (num > 0) {
				cout << "Yes" << endl; continue;
			}
		}
		rep(j, p.size()) {
			int num = r[ri + 1][j] - r[le][j];
			rep(k, num) {
				if (a%p[j])break;
				a /= p[j];
			}
		}
		if (a == 1) {
			cout << "Yes" << endl;
		}
		else {
			cout << "NO" << endl;
		}
	}
}

signed main() {
	ios::sync_with_stdio(false);
	cin.tie(0);
	cout << fixed << setprecision(10);
	init();
	solve();
	//cout << "finish" << endl;
	//stop
	return 0;
}
0