結果

問題 No.1262 グラフを作ろう!
ユーザー chocoruskchocorusk
提出日時 2020-10-16 22:23:49
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 475 ms / 3,000 ms
コード長 1,556 bytes
コンパイル時間 1,426 ms
コンパイル使用メモリ 128,776 KB
実行使用メモリ 19,200 KB
最終ジャッジ日時 2024-07-20 22:20:23
合計ジャッジ時間 33,595 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 372 ms
19,200 KB
testcase_01 AC 259 ms
19,072 KB
testcase_02 AC 395 ms
19,072 KB
testcase_03 AC 347 ms
19,072 KB
testcase_04 AC 96 ms
19,072 KB
testcase_05 AC 215 ms
19,072 KB
testcase_06 AC 108 ms
19,200 KB
testcase_07 AC 54 ms
19,072 KB
testcase_08 AC 291 ms
18,944 KB
testcase_09 AC 216 ms
18,944 KB
testcase_10 AC 190 ms
19,072 KB
testcase_11 AC 309 ms
19,072 KB
testcase_12 AC 347 ms
18,944 KB
testcase_13 AC 348 ms
19,072 KB
testcase_14 AC 175 ms
19,072 KB
testcase_15 AC 171 ms
19,072 KB
testcase_16 AC 295 ms
19,072 KB
testcase_17 AC 268 ms
19,072 KB
testcase_18 AC 406 ms
18,944 KB
testcase_19 AC 97 ms
19,072 KB
testcase_20 AC 208 ms
18,944 KB
testcase_21 AC 424 ms
18,944 KB
testcase_22 AC 71 ms
18,944 KB
testcase_23 AC 216 ms
19,200 KB
testcase_24 AC 298 ms
19,072 KB
testcase_25 AC 66 ms
19,072 KB
testcase_26 AC 102 ms
19,072 KB
testcase_27 AC 202 ms
18,944 KB
testcase_28 AC 175 ms
19,072 KB
testcase_29 AC 137 ms
18,944 KB
testcase_30 AC 146 ms
18,944 KB
testcase_31 AC 389 ms
19,072 KB
testcase_32 AC 242 ms
19,072 KB
testcase_33 AC 100 ms
19,072 KB
testcase_34 AC 261 ms
19,072 KB
testcase_35 AC 328 ms
19,072 KB
testcase_36 AC 114 ms
19,072 KB
testcase_37 AC 424 ms
19,200 KB
testcase_38 AC 240 ms
19,072 KB
testcase_39 AC 201 ms
18,944 KB
testcase_40 AC 197 ms
18,944 KB
testcase_41 AC 168 ms
19,072 KB
testcase_42 AC 370 ms
19,072 KB
testcase_43 AC 195 ms
19,072 KB
testcase_44 AC 222 ms
19,072 KB
testcase_45 AC 351 ms
19,072 KB
testcase_46 AC 168 ms
19,072 KB
testcase_47 AC 229 ms
19,072 KB
testcase_48 AC 313 ms
19,072 KB
testcase_49 AC 424 ms
19,072 KB
testcase_50 AC 374 ms
19,072 KB
testcase_51 AC 255 ms
19,072 KB
testcase_52 AC 173 ms
19,072 KB
testcase_53 AC 79 ms
19,072 KB
testcase_54 AC 378 ms
19,072 KB
testcase_55 AC 278 ms
19,072 KB
testcase_56 AC 159 ms
19,072 KB
testcase_57 AC 475 ms
19,072 KB
testcase_58 AC 330 ms
19,072 KB
testcase_59 AC 165 ms
19,072 KB
testcase_60 AC 440 ms
19,072 KB
testcase_61 AC 172 ms
19,072 KB
testcase_62 AC 390 ms
19,072 KB
testcase_63 AC 367 ms
19,200 KB
testcase_64 AC 250 ms
18,944 KB
testcase_65 AC 91 ms
19,072 KB
testcase_66 AC 182 ms
19,072 KB
testcase_67 AC 140 ms
18,944 KB
testcase_68 AC 153 ms
19,072 KB
testcase_69 AC 147 ms
19,072 KB
testcase_70 AC 330 ms
19,072 KB
testcase_71 AC 263 ms
18,944 KB
testcase_72 AC 369 ms
18,944 KB
testcase_73 AC 403 ms
19,072 KB
testcase_74 AC 326 ms
19,072 KB
testcase_75 AC 306 ms
19,200 KB
testcase_76 AC 249 ms
19,072 KB
testcase_77 AC 319 ms
19,072 KB
testcase_78 AC 309 ms
18,944 KB
testcase_79 AC 424 ms
19,200 KB
testcase_80 AC 323 ms
19,072 KB
testcase_81 AC 306 ms
18,944 KB
testcase_82 AC 379 ms
19,072 KB
testcase_83 AC 306 ms
19,072 KB
testcase_84 AC 252 ms
18,944 KB
testcase_85 AC 449 ms
19,072 KB
testcase_86 AC 326 ms
18,944 KB
testcase_87 AC 404 ms
19,072 KB
testcase_88 AC 303 ms
19,072 KB
testcase_89 AC 282 ms
19,072 KB
testcase_90 AC 419 ms
19,072 KB
testcase_91 AC 418 ms
19,072 KB
testcase_92 AC 423 ms
19,072 KB
testcase_93 AC 445 ms
18,944 KB
testcase_94 AC 411 ms
19,072 KB
testcase_95 AC 413 ms
19,200 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <cstdio>
#include <cstring>
#include <iostream>
#include <string>
#include <cmath>
#include <bitset>
#include <vector>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <algorithm>
#include <complex>
#include <unordered_map>
#include <unordered_set>
#include <random>
#include <cassert>
#include <fstream>
#include <utility>
#include <functional>
#include <time.h>
#include <stack>
#include <array>
#include <list>
#define popcount __builtin_popcount
using namespace std;
typedef long long ll;
typedef pair<int, int> P;
const ll MOD=1e9+7;
ll powmod(ll a, ll k){
    ll ap=a, ans=1;
    while(k){
        if(k&1){
            ans*=ap;
            ans%=MOD;
        }
        ap=ap*ap;
        ap%=MOD;
        k>>=1;
    }
    return ans;
}
ll inv(ll a){
    return powmod(a, MOD-2);
}
ll f[2000010], invf[2000010];
void fac(int n){
    f[0]=1;
    for(ll i=1; i<=n; i++) f[i]=f[i-1]*i%MOD;
    invf[n]=inv(f[n]);
    for(ll i=n-1; i>=0; i--) invf[i]=invf[i+1]*(i+1)%MOD;
}
ll comb(int x, int y){
    if(!(0<=y && y<=x)) return 0;
    return f[x]*invf[y]%MOD*invf[x-y]%MOD;
}
int main()
{
    int n, m; cin>>n>>m;
    ll c[1000010]={};
    ll ans=0;
    for(int i=0; i<m; i++){
        int a; cin>>a; c[a]++;
        ans-=a;
    }
    ll x[1000010]={};
    for(int d=1; d<=n; d++){
        for(int i=d; i<=n; i+=d){
            x[d]+=c[i]*(i/d);
        }
    }
    for(int i=n; i>=1; i--){
        for(int j=2*i; j<=n; j+=i){
            x[i]-=x[j];
        }
        ans+=x[i]*i;
    }
    cout<<ans<<endl;
    return 0;
}
0