結果

問題 No.1262 グラフを作ろう!
ユーザー carrot46carrot46
提出日時 2020-10-16 23:27:55
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 1,037 ms / 3,000 ms
コード長 1,233 bytes
コンパイル時間 1,734 ms
コンパイル使用メモリ 174,328 KB
実行使用メモリ 88,960 KB
最終ジャッジ日時 2024-07-21 00:06:25
合計ジャッジ時間 64,349 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 507 ms
41,712 KB
testcase_01 AC 357 ms
34,368 KB
testcase_02 AC 659 ms
58,048 KB
testcase_03 AC 359 ms
20,960 KB
testcase_04 AC 566 ms
71,676 KB
testcase_05 AC 471 ms
50,528 KB
testcase_06 AC 689 ms
84,480 KB
testcase_07 AC 96 ms
17,152 KB
testcase_08 AC 715 ms
74,456 KB
testcase_09 AC 218 ms
14,208 KB
testcase_10 AC 275 ms
30,916 KB
testcase_11 AC 906 ms
82,200 KB
testcase_12 AC 495 ms
36,436 KB
testcase_13 AC 370 ms
23,936 KB
testcase_14 AC 342 ms
36,352 KB
testcase_15 AC 166 ms
10,112 KB
testcase_16 AC 671 ms
68,588 KB
testcase_17 AC 525 ms
54,468 KB
testcase_18 AC 739 ms
67,416 KB
testcase_19 AC 484 ms
62,912 KB
testcase_20 AC 813 ms
87,664 KB
testcase_21 AC 715 ms
56,936 KB
testcase_22 AC 437 ms
58,440 KB
testcase_23 AC 312 ms
20,480 KB
testcase_24 AC 762 ms
72,024 KB
testcase_25 AC 245 ms
37,592 KB
testcase_26 AC 369 ms
43,648 KB
testcase_27 AC 646 ms
69,608 KB
testcase_28 AC 554 ms
59,412 KB
testcase_29 AC 590 ms
67,164 KB
testcase_30 AC 330 ms
41,436 KB
testcase_31 AC 583 ms
42,532 KB
testcase_32 AC 417 ms
43,584 KB
testcase_33 AC 109 ms
11,008 KB
testcase_34 AC 793 ms
84,480 KB
testcase_35 AC 375 ms
27,904 KB
testcase_36 AC 113 ms
8,960 KB
testcase_37 AC 780 ms
67,504 KB
testcase_38 AC 559 ms
60,288 KB
testcase_39 AC 226 ms
17,784 KB
testcase_40 AC 286 ms
29,312 KB
testcase_41 AC 662 ms
73,656 KB
testcase_42 AC 771 ms
71,548 KB
testcase_43 AC 460 ms
52,864 KB
testcase_44 AC 439 ms
46,436 KB
testcase_45 AC 814 ms
79,688 KB
testcase_46 AC 734 ms
87,084 KB
testcase_47 AC 212 ms
10,240 KB
testcase_48 AC 659 ms
67,052 KB
testcase_49 AC 701 ms
64,328 KB
testcase_50 AC 765 ms
72,748 KB
testcase_51 AC 286 ms
19,840 KB
testcase_52 AC 747 ms
81,196 KB
testcase_53 AC 186 ms
26,020 KB
testcase_54 AC 567 ms
35,064 KB
testcase_55 AC 473 ms
40,192 KB
testcase_56 AC 577 ms
70,060 KB
testcase_57 AC 917 ms
80,000 KB
testcase_58 AC 391 ms
30,244 KB
testcase_59 AC 634 ms
74,496 KB
testcase_60 AC 876 ms
74,144 KB
testcase_61 AC 282 ms
33,076 KB
testcase_62 AC 638 ms
56,576 KB
testcase_63 AC 449 ms
30,000 KB
testcase_64 AC 425 ms
38,928 KB
testcase_65 AC 315 ms
43,588 KB
testcase_66 AC 305 ms
36,436 KB
testcase_67 AC 379 ms
49,280 KB
testcase_68 AC 719 ms
86,984 KB
testcase_69 AC 364 ms
45,168 KB
testcase_70 AC 845 ms
82,688 KB
testcase_71 AC 680 ms
60,160 KB
testcase_72 AC 894 ms
80,144 KB
testcase_73 AC 857 ms
61,860 KB
testcase_74 AC 526 ms
46,812 KB
testcase_75 AC 654 ms
61,568 KB
testcase_76 AC 629 ms
58,292 KB
testcase_77 AC 583 ms
53,760 KB
testcase_78 AC 696 ms
64,868 KB
testcase_79 AC 996 ms
81,408 KB
testcase_80 AC 932 ms
85,580 KB
testcase_81 AC 590 ms
51,520 KB
testcase_82 AC 694 ms
55,680 KB
testcase_83 AC 796 ms
80,232 KB
testcase_84 AC 584 ms
59,516 KB
testcase_85 AC 1,016 ms
80,064 KB
testcase_86 AC 684 ms
60,044 KB
testcase_87 AC 866 ms
72,152 KB
testcase_88 AC 576 ms
51,072 KB
testcase_89 AC 820 ms
76,416 KB
testcase_90 AC 981 ms
88,832 KB
testcase_91 AC 1,037 ms
88,832 KB
testcase_92 AC 1,009 ms
88,960 KB
testcase_93 AC 1,000 ms
88,960 KB
testcase_94 AC 995 ms
88,856 KB
testcase_95 AC 1,010 ms
88,892 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
//#include <chrono>
//#pragma GCC optimize("O3")
using namespace std;
#define reps(i,s,n) for(int i = s; i < n; i++)
#define rep(i,n) reps(i,0,n)
#define Rreps(i,n,e) for(int i = n - 1; i >= e; --i)
#define Rrep(i,n) Rreps(i,n,0)
#define ALL(a) a.begin(), a.end()
#define fi first
#define se second

using ll = long long;
using vec = vector<ll>;
using mat = vector<vec>;

ll N,M,H,W,Q,K,A,B;
string S;
typedef pair<ll, ll> P;
const ll INF = (1LL<<48);

int main() {
    cin>>N>>M;
    vec euler(N + 1, 1), res(N + 1, 0);
    mat prime(N + 1, vec(0));
    reps(i, 2, N+1){
        if(prime[i].empty()){
            for(int j = i; j <= N; j += i){
                prime[j].push_back(i);
            }
        }
    }
    reps(i, 1, N + 1){
        int temp(i);
        for(ll v : prime[i]){
            int k(0), tt(temp);
            while(temp%v == 0){
                temp /= v;
                ++k;
            }
            tt /= temp;
            euler[i] *= tt - tt / v;
        }
    }
    reps(i, 1, N + 1){
        for(int j = 1; j * i <= N; ++j) res[j * i] += euler[i] * j;
        res[i] -= i;
    }
    ll Res(0);
    rep(i, M){
        cin>>A;
        Res += res[A];
    }
    cout<<Res<<endl;
}
0