結果

問題 No.2977 Kth Xor Pair
ユーザー 👑 p-adicp-adic
提出日時 2024-11-25 20:20:23
言語 cLay
(20241019-1)
結果
AC  
実行時間 2,041 ms / 3,000 ms
コード長 159 bytes
コンパイル時間 2,013 ms
コンパイル使用メモリ 180,212 KB
実行使用メモリ 18,560 KB
最終ジャッジ日時 2024-11-30 23:58:35
合計ジャッジ時間 39,683 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 1 ms
6,816 KB
testcase_02 AC 7 ms
6,820 KB
testcase_03 AC 6 ms
6,816 KB
testcase_04 AC 6 ms
6,820 KB
testcase_05 AC 6 ms
6,820 KB
testcase_06 AC 6 ms
6,820 KB
testcase_07 AC 893 ms
12,160 KB
testcase_08 AC 1,774 ms
17,920 KB
testcase_09 AC 1,723 ms
17,024 KB
testcase_10 AC 1,740 ms
17,280 KB
testcase_11 AC 1,780 ms
17,536 KB
testcase_12 AC 1,732 ms
17,408 KB
testcase_13 AC 1,848 ms
17,920 KB
testcase_14 AC 872 ms
12,032 KB
testcase_15 AC 1,504 ms
16,256 KB
testcase_16 AC 1,920 ms
18,560 KB
testcase_17 AC 1,982 ms
18,560 KB
testcase_18 AC 2,007 ms
18,432 KB
testcase_19 AC 2,041 ms
18,432 KB
testcase_20 AC 1,963 ms
18,560 KB
testcase_21 AC 1,994 ms
18,560 KB
testcase_22 AC 1,696 ms
18,560 KB
testcase_23 AC 1,712 ms
18,432 KB
testcase_24 AC 1,734 ms
18,304 KB
testcase_25 AC 1,935 ms
18,560 KB
testcase_26 AC 1,734 ms
18,432 KB
testcase_27 AC 277 ms
9,984 KB
testcase_28 AC 260 ms
9,856 KB
testcase_29 AC 263 ms
9,728 KB
testcase_30 AC 302 ms
9,856 KB
testcase_31 AC 270 ms
9,856 KB
testcase_32 AC 52 ms
6,820 KB
testcase_33 AC 55 ms
6,820 KB
testcase_34 AC 56 ms
6,816 KB
testcase_35 AC 59 ms
6,820 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:122:14: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  122 |     for(auto&[x,y]:h){
      |              ^

ソースコード

diff #

ll@N,@K,@A[N],a=0,c=0,s;rrep(d,30){a*=2;map<ll,ll>h;rep[A](x,N)++h[x>>d];s=0;for(auto&[x,y]:h)s+=a?h.count(x^a)?y*h[x^a]:0:y*y-y;(s=c+s/2)<K?a|=1,c=s:a;}wt(a);
0