結果

問題 No.732 3PrimeCounting
ユーザー るこーそーるこーそー
提出日時 2024-08-24 01:11:25
言語 C++23
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 566 ms / 3,000 ms
コード長 1,578 bytes
コンパイル時間 5,463 ms
コンパイル使用メモリ 310,608 KB
実行使用メモリ 12,376 KB
最終ジャッジ日時 2024-08-24 01:11:39
合計ジャッジ時間 14,312 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 19 ms
12,244 KB
testcase_01 AC 20 ms
12,240 KB
testcase_02 AC 20 ms
12,152 KB
testcase_03 AC 19 ms
12,240 KB
testcase_04 AC 19 ms
12,244 KB
testcase_05 AC 19 ms
12,248 KB
testcase_06 AC 19 ms
12,372 KB
testcase_07 AC 19 ms
12,372 KB
testcase_08 AC 19 ms
12,240 KB
testcase_09 AC 20 ms
12,372 KB
testcase_10 AC 20 ms
12,244 KB
testcase_11 AC 20 ms
12,240 KB
testcase_12 AC 19 ms
12,240 KB
testcase_13 AC 19 ms
12,248 KB
testcase_14 AC 20 ms
12,244 KB
testcase_15 AC 20 ms
12,248 KB
testcase_16 AC 18 ms
12,240 KB
testcase_17 AC 18 ms
12,240 KB
testcase_18 AC 18 ms
12,244 KB
testcase_19 AC 19 ms
12,244 KB
testcase_20 AC 19 ms
12,244 KB
testcase_21 AC 21 ms
12,372 KB
testcase_22 AC 19 ms
12,244 KB
testcase_23 AC 18 ms
12,244 KB
testcase_24 AC 20 ms
12,368 KB
testcase_25 AC 21 ms
12,372 KB
testcase_26 AC 20 ms
12,244 KB
testcase_27 AC 20 ms
12,248 KB
testcase_28 AC 21 ms
12,372 KB
testcase_29 AC 20 ms
12,244 KB
testcase_30 AC 21 ms
12,368 KB
testcase_31 AC 19 ms
12,244 KB
testcase_32 AC 20 ms
12,244 KB
testcase_33 AC 22 ms
12,164 KB
testcase_34 AC 19 ms
12,244 KB
testcase_35 AC 21 ms
12,372 KB
testcase_36 AC 19 ms
12,244 KB
testcase_37 AC 21 ms
12,152 KB
testcase_38 AC 20 ms
12,244 KB
testcase_39 AC 20 ms
12,244 KB
testcase_40 AC 20 ms
12,244 KB
testcase_41 AC 20 ms
12,244 KB
testcase_42 AC 20 ms
12,248 KB
testcase_43 AC 19 ms
12,244 KB
testcase_44 AC 19 ms
12,240 KB
testcase_45 AC 19 ms
12,248 KB
testcase_46 AC 20 ms
12,244 KB
testcase_47 AC 19 ms
12,368 KB
testcase_48 AC 22 ms
12,372 KB
testcase_49 AC 20 ms
12,248 KB
testcase_50 AC 21 ms
12,244 KB
testcase_51 AC 20 ms
12,376 KB
testcase_52 AC 20 ms
12,244 KB
testcase_53 AC 25 ms
12,372 KB
testcase_54 AC 136 ms
12,244 KB
testcase_55 AC 139 ms
12,244 KB
testcase_56 AC 131 ms
12,372 KB
testcase_57 AC 32 ms
12,368 KB
testcase_58 AC 32 ms
12,240 KB
testcase_59 AC 24 ms
12,248 KB
testcase_60 AC 41 ms
12,244 KB
testcase_61 AC 39 ms
12,240 KB
testcase_62 AC 204 ms
12,244 KB
testcase_63 AC 65 ms
12,240 KB
testcase_64 AC 47 ms
12,372 KB
testcase_65 AC 46 ms
12,244 KB
testcase_66 AC 19 ms
12,372 KB
testcase_67 AC 20 ms
12,372 KB
testcase_68 AC 164 ms
12,248 KB
testcase_69 AC 169 ms
12,240 KB
testcase_70 AC 138 ms
12,240 KB
testcase_71 AC 140 ms
12,240 KB
testcase_72 AC 62 ms
12,244 KB
testcase_73 AC 393 ms
12,372 KB
testcase_74 AC 386 ms
12,248 KB
testcase_75 AC 21 ms
12,244 KB
testcase_76 AC 159 ms
12,244 KB
testcase_77 AC 34 ms
12,244 KB
testcase_78 AC 278 ms
12,240 KB
testcase_79 AC 165 ms
12,244 KB
testcase_80 AC 235 ms
12,244 KB
testcase_81 AC 143 ms
12,240 KB
testcase_82 AC 20 ms
12,248 KB
testcase_83 AC 32 ms
12,368 KB
testcase_84 AC 33 ms
12,244 KB
testcase_85 AC 107 ms
12,244 KB
testcase_86 AC 248 ms
12,372 KB
testcase_87 AC 546 ms
12,244 KB
testcase_88 AC 566 ms
12,240 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;
#include <atcoder/all>
using namespace atcoder;
#define rep(i, n) for (int i = 0; i < (int)(n); i++)
#define rep2(i, s, n) for (int i = (s); i < (int)(n); i++)
#define all(v) v.begin(), v.end()
#define ll long long
#define pii pair<int, int>
#define pll pair<ll, ll>
#define vi vector<int>
#define vl vector<ll>
#define vvi vector<vi>
#define vvl vector<vl>
#define vvvi vector<vvi>
#define vvvl vector<vvl>

template <class T>
auto debug(const T &vec){
    if constexpr (!std::is_arithmetic_v<typename T::value_type>){
        for (const auto &v : vec)debug<typename T::value_type>(v);
        cout << endl;}
    else{
        for (const auto &e : vec){
            cout << e << " ";}
        cout << endl;}
}

void print(){cout << '\n';}
template <class T, class... Ts>
void print(const T &a, const Ts &...b){
    cout << a;
    (cout << ... << (cout << ' ', b));
    cout << '\n';}

vector<long long> eratostenes(int n){
    vector<long long> vis(n+1,0);
    vector<long long> res;
    for (int i=2;i<n+1;i++){
        if (vis[i])continue;
        res.push_back(i);
        for (int j=i;j<n+1;j+=i){
            vis[j]=1;
        }
    }
    return res;
}

int main() {
    int n;
    cin >> n;

    vl prime=eratostenes(1000000);
    vl cnt(1000000,0);
    ll ans=0;
    for (int c=2;prime[c]<=n;c++){
        int b=c-1;
        for (int a=0;a<b;a++){
            cnt[prime[a]+prime[b]]++;
        }

        for (int d=c+1;prime[d]<=3*n;d++){
            ans+=cnt[prime[d]-prime[c]];
        }
    }
    cout << ans << endl;
}
0