結果

問題 No.2963 Mecha DESU
ユーザー tailstails
提出日時 2024-11-17 01:35:31
言語 cLay
(20240714-1)
結果
AC  
実行時間 63 ms / 2,000 ms
コード長 265 bytes
コンパイル時間 5,448 ms
コンパイル使用メモリ 177,068 KB
実行使用メモリ 20,608 KB
最終ジャッジ日時 2024-11-17 01:35:40
合計ジャッジ時間 7,975 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#define MD 998244353
ll@n++,@m,@k,h[n]{},b[n]{},c[m]{};
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