結果

問題 No.854 公平なりんご分配
ユーザー ninjaninja
提出日時 2019-07-26 23:31:38
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 805 ms / 3,153 ms
コード長 1,646 bytes
コンパイル時間 3,804 ms
コンパイル使用メモリ 179,480 KB
実行使用メモリ 242,432 KB
最終ジャッジ日時 2024-07-02 10:01:11
合計ジャッジ時間 15,867 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 2 ms
6,940 KB
testcase_02 AC 2 ms
6,944 KB
testcase_03 AC 2 ms
6,940 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 3 ms
6,940 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 2 ms
6,944 KB
testcase_08 AC 2 ms
6,944 KB
testcase_09 AC 2 ms
6,940 KB
testcase_10 AC 2 ms
6,948 KB
testcase_11 AC 2 ms
6,940 KB
testcase_12 AC 2 ms
6,944 KB
testcase_13 AC 2 ms
6,940 KB
testcase_14 AC 2 ms
6,940 KB
testcase_15 AC 2 ms
6,940 KB
testcase_16 AC 3 ms
6,940 KB
testcase_17 AC 2 ms
6,944 KB
testcase_18 AC 2 ms
6,940 KB
testcase_19 AC 2 ms
6,940 KB
testcase_20 AC 2 ms
6,940 KB
testcase_21 AC 3 ms
6,940 KB
testcase_22 AC 5 ms
6,944 KB
testcase_23 AC 5 ms
6,940 KB
testcase_24 AC 7 ms
6,940 KB
testcase_25 AC 4 ms
6,944 KB
testcase_26 AC 7 ms
6,944 KB
testcase_27 AC 6 ms
6,940 KB
testcase_28 AC 5 ms
6,940 KB
testcase_29 AC 3 ms
6,944 KB
testcase_30 AC 4 ms
6,940 KB
testcase_31 AC 7 ms
6,940 KB
testcase_32 AC 73 ms
53,632 KB
testcase_33 AC 71 ms
30,336 KB
testcase_34 AC 133 ms
72,832 KB
testcase_35 AC 95 ms
57,984 KB
testcase_36 AC 54 ms
6,944 KB
testcase_37 AC 69 ms
50,688 KB
testcase_38 AC 55 ms
41,728 KB
testcase_39 AC 190 ms
77,184 KB
testcase_40 AC 76 ms
26,368 KB
testcase_41 AC 91 ms
46,848 KB
testcase_42 AC 122 ms
71,552 KB
testcase_43 AC 132 ms
49,024 KB
testcase_44 AC 144 ms
66,560 KB
testcase_45 AC 122 ms
15,488 KB
testcase_46 AC 179 ms
65,664 KB
testcase_47 AC 70 ms
37,888 KB
testcase_48 AC 114 ms
70,528 KB
testcase_49 AC 111 ms
72,064 KB
testcase_50 AC 65 ms
50,304 KB
testcase_51 AC 179 ms
68,864 KB
testcase_52 AC 111 ms
31,744 KB
testcase_53 AC 66 ms
31,232 KB
testcase_54 AC 115 ms
37,120 KB
testcase_55 AC 50 ms
31,616 KB
testcase_56 AC 46 ms
32,896 KB
testcase_57 AC 63 ms
27,008 KB
testcase_58 AC 109 ms
12,800 KB
testcase_59 AC 38 ms
23,936 KB
testcase_60 AC 79 ms
27,008 KB
testcase_61 AC 37 ms
7,680 KB
testcase_62 AC 90 ms
23,296 KB
testcase_63 AC 70 ms
24,576 KB
testcase_64 AC 28 ms
11,264 KB
testcase_65 AC 90 ms
63,232 KB
testcase_66 AC 56 ms
18,304 KB
testcase_67 AC 97 ms
41,472 KB
testcase_68 AC 88 ms
19,456 KB
testcase_69 AC 95 ms
77,312 KB
testcase_70 AC 42 ms
26,752 KB
testcase_71 AC 48 ms
28,800 KB
testcase_72 AC 72 ms
6,940 KB
testcase_73 AC 72 ms
51,200 KB
testcase_74 AC 127 ms
62,080 KB
testcase_75 AC 66 ms
29,056 KB
testcase_76 AC 99 ms
48,896 KB
testcase_77 AC 115 ms
70,272 KB
testcase_78 AC 114 ms
21,376 KB
testcase_79 AC 114 ms
42,752 KB
testcase_80 AC 109 ms
44,928 KB
testcase_81 AC 89 ms
46,976 KB
testcase_82 AC 455 ms
242,304 KB
testcase_83 AC 479 ms
242,432 KB
testcase_84 AC 805 ms
242,432 KB
testcase_85 AC 462 ms
242,432 KB
testcase_86 AC 376 ms
242,432 KB
testcase_87 AC 451 ms
242,432 KB
testcase_88 AC 450 ms
242,432 KB
testcase_89 AC 451 ms
242,304 KB
testcase_90 AC 454 ms
242,304 KB
testcase_91 AC 449 ms
242,432 KB
testcase_92 AC 646 ms
242,304 KB
testcase_93 AC 642 ms
242,432 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>

using namespace std;

using ll = long long;
using vi = vector<int>;
using vll = vector<ll>;
using vvi = vector<vector<int>>;
using vvl = vector<vector<ll>>;

int main() {
  cin.tie(nullptr);
  ios::sync_with_stdio(false);
  int n, m;
  cin >> n;
  vector<ll> a(n);

  vector<vector<int>> rs, srs;
  vector<int> zero(n), szero(n + 1);
  vector<ll> p;
  vector<bool> used(2001);
  for (int i = 2; i < 2001; i++) {
    if (used[i]) continue;
    p.push_back(i);
    for (int j = i; j < 2001; j += i) used[j] = true;
  }
  for (int i = 0; i < p.size(); i++) {
    rs.emplace_back(n);
    srs.emplace_back(n + 1);
  }

  for (int i = 0; i < n; i++) {
    cin >> a[i];
    if (a[i] == 0) {
      zero[i] = 1;
      continue;
    }
    for (int j = 0; j < p.size() && a[i] > 1; j++) {
      int c = 0;
      while (a[i] % p[j] == 0) {
        a[i] /= p[j];
        c++;
      }
      if (c)
        rs[j][i] = c;
    }
  }
  for (int i = 0; i < n; i++) szero[i + 1] = szero[i] + zero[i];
  for (int i = 0; i < p.size(); i++) for (int j = 0; j < n; j++) srs[i][j + 1] = srs[i][j] + rs[i][j];
  cin >> m;
  for (int i = 0; i < m; i++) {
    ll l, r, q;
    cin >> q >> l >> r;
    l--;
    bool breaked = false;
    if (szero[r] - szero[l]) {
      cout << "Yes" << endl;
      continue;
    }
    for (int j = 0; j < p.size() && q > 1; j++) {
      int c = 0;
      while (q % p[j] == 0) {
        q /= p[j];
        c++;
      }
      if (c && srs[j][r] - srs[j][l] < c) {
        breaked = true;
        break;
      }
    }
    if (!breaked && q == 1) cout << "Yes" << endl;
    else cout << "NO" << endl;
  }

  return 0;
}
0