結果

問題 No.2963 Mecha DESU
ユーザー tailstails
提出日時 2024-11-17 01:42:53
言語 cLay
(20240714-1)
結果
AC  
実行時間 157 ms / 2,000 ms
コード長 217 bytes
コンパイル時間 4,526 ms
コンパイル使用メモリ 174,984 KB
実行使用メモリ 19,712 KB
最終ジャッジ日時 2024-11-17 01:43:03
合計ジャッジ時間 8,469 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 1 ms
6,820 KB
testcase_02 AC 2 ms
6,816 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 2 ms
6,820 KB
testcase_07 AC 2 ms
6,816 KB
testcase_08 AC 2 ms
6,816 KB
testcase_09 AC 2 ms
6,816 KB
testcase_10 AC 1 ms
6,816 KB
testcase_11 AC 2 ms
6,816 KB
testcase_12 AC 1 ms
6,816 KB
testcase_13 AC 122 ms
19,456 KB
testcase_14 AC 147 ms
19,712 KB
testcase_15 AC 123 ms
19,712 KB
testcase_16 AC 122 ms
19,712 KB
testcase_17 AC 116 ms
19,712 KB
testcase_18 AC 120 ms
19,712 KB
testcase_19 AC 120 ms
19,584 KB
testcase_20 AC 72 ms
13,312 KB
testcase_21 AC 14 ms
6,820 KB
testcase_22 AC 10 ms
6,820 KB
testcase_23 AC 5 ms
6,820 KB
testcase_24 AC 71 ms
13,568 KB
testcase_25 AC 79 ms
14,464 KB
testcase_26 AC 103 ms
18,176 KB
testcase_27 AC 48 ms
10,496 KB
testcase_28 AC 102 ms
16,768 KB
testcase_29 AC 73 ms
13,056 KB
testcase_30 AC 6 ms
6,816 KB
testcase_31 AC 29 ms
8,192 KB
testcase_32 AC 17 ms
6,820 KB
testcase_33 AC 77 ms
15,616 KB
testcase_34 AC 72 ms
15,104 KB
testcase_35 AC 25 ms
6,912 KB
testcase_36 AC 60 ms
16,256 KB
testcase_37 AC 11 ms
6,820 KB
testcase_38 AC 33 ms
7,680 KB
testcase_39 AC 69 ms
16,000 KB
testcase_40 AC 56 ms
10,752 KB
testcase_41 AC 96 ms
15,744 KB
testcase_42 AC 73 ms
13,056 KB
testcase_43 AC 109 ms
19,584 KB
testcase_44 AC 98 ms
19,200 KB
testcase_45 AC 100 ms
16,896 KB
testcase_46 AC 45 ms
10,112 KB
testcase_47 AC 69 ms
13,696 KB
testcase_48 AC 27 ms
6,912 KB
testcase_49 AC 67 ms
12,800 KB
testcase_50 AC 155 ms
19,584 KB
testcase_51 AC 157 ms
19,584 KB
testcase_52 AC 152 ms
19,584 KB
testcase_53 AC 90 ms
19,200 KB
testcase_54 AC 113 ms
19,200 KB
testcase_55 AC 2 ms
6,816 KB
testcase_56 AC 2 ms
6,816 KB
testcase_57 AC 23 ms
19,072 KB
testcase_58 AC 3 ms
6,820 KB
testcase_59 AC 1 ms
6,820 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@n++,@m,@k,h[n]{},b[n]{};
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];
		}
	}
}
Mint z;
rep(i,1,n){
	z+=Mint(m-b[i])**k;
}
wt(n-1-z/Mint(m)**k);
0