結果

問題 No.2963 Mecha DESU
ユーザー tailstails
提出日時 2024-11-17 01:36:49
言語 cLay
(20240714-1)
結果
AC  
実行時間 58 ms / 2,000 ms
コード長 267 bytes
コンパイル時間 3,012 ms
コンパイル使用メモリ 176,320 KB
実行使用メモリ 20,480 KB
最終ジャッジ日時 2024-11-17 01:36:55
合計ジャッジ時間 5,719 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 1 ms
6,816 KB
testcase_03 AC 1 ms
6,816 KB
testcase_04 AC 1 ms
6,816 KB
testcase_05 AC 2 ms
6,820 KB
testcase_06 AC 1 ms
6,820 KB
testcase_07 AC 2 ms
6,820 KB
testcase_08 AC 1 ms
6,816 KB
testcase_09 AC 1 ms
6,820 KB
testcase_10 AC 2 ms
6,820 KB
testcase_11 AC 2 ms
6,820 KB
testcase_12 AC 2 ms
6,820 KB
testcase_13 AC 26 ms
20,352 KB
testcase_14 AC 27 ms
20,480 KB
testcase_15 AC 25 ms
20,480 KB
testcase_16 AC 27 ms
20,480 KB
testcase_17 AC 27 ms
20,352 KB
testcase_18 AC 25 ms
20,480 KB
testcase_19 AC 24 ms
20,480 KB
testcase_20 AC 15 ms
13,952 KB
testcase_21 AC 5 ms
6,820 KB
testcase_22 AC 3 ms
6,820 KB
testcase_23 AC 4 ms
6,820 KB
testcase_24 AC 15 ms
13,824 KB
testcase_25 AC 17 ms
15,104 KB
testcase_26 AC 19 ms
18,432 KB
testcase_27 AC 9 ms
10,496 KB
testcase_28 AC 21 ms
17,408 KB
testcase_29 AC 15 ms
13,696 KB
testcase_30 AC 2 ms
6,816 KB
testcase_31 AC 8 ms
8,576 KB
testcase_32 AC 4 ms
6,820 KB
testcase_33 AC 19 ms
16,128 KB
testcase_34 AC 18 ms
15,744 KB
testcase_35 AC 6 ms
7,168 KB
testcase_36 AC 17 ms
16,512 KB
testcase_37 AC 5 ms
6,820 KB
testcase_38 AC 6 ms
7,808 KB
testcase_39 AC 17 ms
16,384 KB
testcase_40 AC 10 ms
11,008 KB
testcase_41 AC 16 ms
16,384 KB
testcase_42 AC 14 ms
13,696 KB
testcase_43 AC 24 ms
20,352 KB
testcase_44 AC 23 ms
19,712 KB
testcase_45 AC 16 ms
16,896 KB
testcase_46 AC 11 ms
10,240 KB
testcase_47 AC 12 ms
13,696 KB
testcase_48 AC 6 ms
7,296 KB
testcase_49 AC 10 ms
12,928 KB
testcase_50 AC 57 ms
20,352 KB
testcase_51 AC 55 ms
20,352 KB
testcase_52 AC 58 ms
20,352 KB
testcase_53 AC 20 ms
19,968 KB
testcase_54 AC 20 ms
20,096 KB
testcase_55 AC 2 ms
6,820 KB
testcase_56 AC 2 ms
6,820 KB
testcase_57 AC 18 ms
18,944 KB
testcase_58 AC 4 ms
6,820 KB
testcase_59 AC 2 ms
6,816 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@n++,@m,@k,h[n]{},b[n]{},c[m+1]{};
rep(m){
	ll@a;
	if(a<n){
		++h[a];
	}
}
rep(i,1,n){
	if(h[i]){
		rep(j,i,n,i){
			b[j]+=h[i];
		}
	}
}
rep(i,1,n){
	++c[b[i]];
}
Mint z;
rep(i,m){
	if(c[i]){
		z+=c[i]*Mint(m-i)**k;
	}
}
wt(n-1-z/Mint(m)**k);
0