結果

問題 No.2260 Adic Sum
ユーザー tailstails
提出日時 2023-04-07 21:37:17
言語 cLay
(20240714-1)
結果
AC  
実行時間 1,977 ms / 2,000 ms
コード長 158 bytes
コンパイル時間 2,349 ms
コンパイル使用メモリ 179,840 KB
実行使用メモリ 88,832 KB
最終ジャッジ日時 2024-10-06 07:09:49
合計ジャッジ時間 11,645 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,820 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 1 ms
6,816 KB
testcase_03 AC 2 ms
6,820 KB
testcase_04 AC 2 ms
6,820 KB
testcase_05 AC 1 ms
6,816 KB
testcase_06 AC 1 ms
6,820 KB
testcase_07 AC 1 ms
6,816 KB
testcase_08 AC 3 ms
6,820 KB
testcase_09 AC 2 ms
6,816 KB
testcase_10 AC 3 ms
6,816 KB
testcase_11 AC 2 ms
6,816 KB
testcase_12 AC 3 ms
6,816 KB
testcase_13 AC 2 ms
6,820 KB
testcase_14 AC 18 ms
6,820 KB
testcase_15 AC 26 ms
7,424 KB
testcase_16 AC 14 ms
6,816 KB
testcase_17 AC 29 ms
7,680 KB
testcase_18 AC 1,050 ms
52,864 KB
testcase_19 AC 1,095 ms
56,192 KB
testcase_20 AC 574 ms
37,888 KB
testcase_21 AC 608 ms
38,528 KB
testcase_22 AC 524 ms
33,024 KB
testcase_23 AC 269 ms
20,992 KB
testcase_24 AC 989 ms
51,712 KB
testcase_25 AC 46 ms
9,984 KB
testcase_26 AC 44 ms
9,856 KB
testcase_27 AC 49 ms
10,368 KB
testcase_28 AC 46 ms
10,112 KB
testcase_29 AC 48 ms
10,112 KB
testcase_30 AC 51 ms
8,192 KB
testcase_31 AC 170 ms
12,544 KB
testcase_32 AC 169 ms
12,672 KB
testcase_33 AC 43 ms
10,880 KB
testcase_34 AC 195 ms
30,976 KB
testcase_35 AC 1,977 ms
88,832 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@p,m=0,z=0,w[32];
if(1){
	ll v=1;
	while(v*=p,v<1d9){
		w[m++]=v;
	}
}
map<ll,ll>amap[32];
rep(n){
	ll@a;
	rep(j,m){
		z+=amap[j][a%w[j]]++;
	}
}
wt(z);
0