結果

問題 No.1262 グラフを作ろう!
ユーザー 沙耶花沙耶花
提出日時 2020-10-16 23:22:29
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 264 ms / 3,000 ms
コード長 563 bytes
コンパイル時間 1,974 ms
コンパイル使用メモリ 202,088 KB
実行使用メモリ 19,032 KB
最終ジャッジ日時 2024-07-20 23:50:59
合計ジャッジ時間 21,264 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 184 ms
10,412 KB
testcase_01 AC 125 ms
9,268 KB
testcase_02 AC 202 ms
13,380 KB
testcase_03 AC 136 ms
6,944 KB
testcase_04 AC 81 ms
15,816 KB
testcase_05 AC 114 ms
12,144 KB
testcase_06 AC 93 ms
18,052 KB
testcase_07 AC 25 ms
6,944 KB
testcase_08 AC 179 ms
16,428 KB
testcase_09 AC 85 ms
6,944 KB
testcase_10 AC 88 ms
8,320 KB
testcase_11 AC 191 ms
17,828 KB
testcase_12 AC 163 ms
9,420 KB
testcase_13 AC 144 ms
7,168 KB
testcase_14 AC 86 ms
9,464 KB
testcase_15 AC 66 ms
6,940 KB
testcase_16 AC 170 ms
15,228 KB
testcase_17 AC 149 ms
12,820 KB
testcase_18 AC 212 ms
15,080 KB
testcase_19 AC 71 ms
14,264 KB
testcase_20 AC 152 ms
18,588 KB
testcase_21 AC 217 ms
13,268 KB
testcase_22 AC 57 ms
13,476 KB
testcase_23 AC 90 ms
6,940 KB
testcase_24 AC 173 ms
16,044 KB
testcase_25 AC 43 ms
9,524 KB
testcase_26 AC 60 ms
10,768 KB
testcase_27 AC 126 ms
15,492 KB
testcase_28 AC 108 ms
13,660 KB
testcase_29 AC 96 ms
15,028 KB
testcase_30 AC 82 ms
10,428 KB
testcase_31 AC 200 ms
10,436 KB
testcase_32 AC 131 ms
10,724 KB
testcase_33 AC 40 ms
6,940 KB
testcase_34 AC 177 ms
18,080 KB
testcase_35 AC 137 ms
7,808 KB
testcase_36 AC 44 ms
6,940 KB
testcase_37 AC 238 ms
15,168 KB
testcase_38 AC 143 ms
13,892 KB
testcase_39 AC 84 ms
6,944 KB
testcase_40 AC 88 ms
8,020 KB
testcase_41 AC 118 ms
16,116 KB
testcase_42 AC 214 ms
15,704 KB
testcase_43 AC 112 ms
12,544 KB
testcase_44 AC 113 ms
11,268 KB
testcase_45 AC 213 ms
17,300 KB
testcase_46 AC 131 ms
18,608 KB
testcase_47 AC 88 ms
6,940 KB
testcase_48 AC 172 ms
15,036 KB
testcase_49 AC 231 ms
14,380 KB
testcase_50 AC 208 ms
15,972 KB
testcase_51 AC 100 ms
6,940 KB
testcase_52 AC 127 ms
17,624 KB
testcase_53 AC 40 ms
7,424 KB
testcase_54 AC 156 ms
9,276 KB
testcase_55 AC 130 ms
10,216 KB
testcase_56 AC 105 ms
15,612 KB
testcase_57 AC 264 ms
17,312 KB
testcase_58 AC 136 ms
8,192 KB
testcase_59 AC 114 ms
16,436 KB
testcase_60 AC 249 ms
16,260 KB
testcase_61 AC 79 ms
8,960 KB
testcase_62 AC 198 ms
13,036 KB
testcase_63 AC 150 ms
8,368 KB
testcase_64 AC 112 ms
9,844 KB
testcase_65 AC 59 ms
10,884 KB
testcase_66 AC 87 ms
9,576 KB
testcase_67 AC 79 ms
11,856 KB
testcase_68 AC 120 ms
18,596 KB
testcase_69 AC 81 ms
10,908 KB
testcase_70 AC 180 ms
17,888 KB
testcase_71 AC 130 ms
13,756 KB
testcase_72 AC 201 ms
17,452 KB
testcase_73 AC 187 ms
13,944 KB
testcase_74 AC 144 ms
11,384 KB
testcase_75 AC 149 ms
14,060 KB
testcase_76 AC 124 ms
13,512 KB
testcase_77 AC 143 ms
12,748 KB
testcase_78 AC 146 ms
14,580 KB
testcase_79 AC 226 ms
17,660 KB
testcase_80 AC 180 ms
18,348 KB
testcase_81 AC 140 ms
12,168 KB
testcase_82 AC 165 ms
12,788 KB
testcase_83 AC 163 ms
17,360 KB
testcase_84 AC 124 ms
13,680 KB
testcase_85 AC 228 ms
17,344 KB
testcase_86 AC 153 ms
13,684 KB
testcase_87 AC 197 ms
16,020 KB
testcase_88 AC 137 ms
12,176 KB
testcase_89 AC 151 ms
16,888 KB
testcase_90 AC 197 ms
18,912 KB
testcase_91 AC 197 ms
18,964 KB
testcase_92 AC 204 ms
19,032 KB
testcase_93 AC 204 ms
19,032 KB
testcase_94 AC 197 ms
19,008 KB
testcase_95 AC 207 ms
18,800 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>
#include <bits/stdc++.h>
using namespace std;
#define rep(i,n) for (int i = 0; i < (n); ++i)
#define Inf 1000000001

int main(){	
	
	int N,M;
	cin>>N>>M;
	
	
	

	vector<long long> temp(N+1,0LL);
	
	for(int i=1;i<=N;i++){
		temp[i] += i;
		for(int j=i*2;j<=N;j+=i){
			temp[j] -= temp[i];
		}
	}
	
	vector<long long> ans(N+1,0);
	
	for(int i=1;i<=N;i++){
		for(int j=i;j<=N;j+=i){
			ans[j] += temp[i] * (j/i);
		}
	}
	
	long long Ans = 0LL;
	
	rep(i,M){
		int A;
		scanf("%d",&A);
		Ans += ans[A] - A;
	}
	
	cout<<Ans<<endl;
	
    return 0;
}

0