結果

問題 No.2178 Payable Magic Items
ユーザー 👑 p-adicp-adic
提出日時 2024-02-14 21:31:21
言語 cLay
(20240714-1)
結果
AC  
実行時間 2,863 ms / 4,000 ms
コード長 159 bytes
コンパイル時間 2,081 ms
コンパイル使用メモリ 177,472 KB
実行使用メモリ 7,496 KB
最終ジャッジ日時 2024-09-28 19:02:30
合計ジャッジ時間 22,298 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,824 KB
testcase_01 AC 1 ms
6,820 KB
testcase_02 AC 2 ms
6,816 KB
testcase_03 AC 2 ms
7,496 KB
testcase_04 AC 1 ms
6,820 KB
testcase_05 AC 1 ms
6,820 KB
testcase_06 AC 2 ms
6,816 KB
testcase_07 AC 2 ms
6,816 KB
testcase_08 AC 2 ms
6,820 KB
testcase_09 AC 1 ms
6,820 KB
testcase_10 AC 2 ms
6,816 KB
testcase_11 AC 2,863 ms
6,820 KB
testcase_12 AC 2,837 ms
6,816 KB
testcase_13 AC 2,784 ms
6,816 KB
testcase_14 AC 2,781 ms
7,360 KB
testcase_15 AC 2,772 ms
7,364 KB
testcase_16 AC 2,754 ms
6,820 KB
testcase_17 AC 293 ms
6,820 KB
testcase_18 AC 3 ms
6,820 KB
testcase_19 AC 157 ms
6,820 KB
testcase_20 AC 1 ms
6,824 KB
testcase_21 AC 2 ms
6,816 KB
testcase_22 AC 3 ms
6,816 KB
testcase_23 AC 2 ms
6,816 KB
testcase_24 AC 1,353 ms
6,816 KB
testcase_25 AC 53 ms
6,820 KB
testcase_26 AC 305 ms
6,820 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

uint@N,@K,c[5]{0,1,3,7,15},S[N]{},a=0,r;rep[S](s,N){string@T;rep(k,K)(s<<=4)|=c[T[k]-48];}sort(S,S+N);rep[S,i](s,N){r=0;rep(j,i+1,N)r|=(s&S[j])==s;a+=r;}wt(a);
0