結果

問題 No.2977 Kth Xor Pair
ユーザー 👑 p-adicp-adic
提出日時 2024-11-25 20:18:19
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 144 bytes
コンパイル時間 4,746 ms
コンパイル使用メモリ 178,852 KB
実行使用メモリ 31,104 KB
最終ジャッジ日時 2024-11-30 23:36:28
合計ジャッジ時間 57,231 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 9 ms
6,820 KB
testcase_03 AC 9 ms
6,820 KB
testcase_04 AC 9 ms
6,816 KB
testcase_05 AC 9 ms
6,820 KB
testcase_06 AC 9 ms
6,816 KB
testcase_07 AC 1,424 ms
19,328 KB
testcase_08 AC 2,628 ms
29,568 KB
testcase_09 AC 2,533 ms
28,416 KB
testcase_10 AC 2,614 ms
28,800 KB
testcase_11 AC 2,639 ms
29,568 KB
testcase_12 TLE -
testcase_13 AC 2,877 ms
30,336 KB
testcase_14 AC 1,329 ms
18,944 KB
testcase_15 AC 2,435 ms
26,880 KB
testcase_16 AC 2,905 ms
30,976 KB
testcase_17 AC 2,795 ms
30,976 KB
testcase_18 AC 2,944 ms
31,104 KB
testcase_19 AC 2,905 ms
30,976 KB
testcase_20 AC 2,936 ms
31,104 KB
testcase_21 TLE -
testcase_22 AC 1,768 ms
30,976 KB
testcase_23 AC 1,763 ms
31,104 KB
testcase_24 AC 1,801 ms
30,976 KB
testcase_25 TLE -
testcase_26 AC 1,769 ms
30,976 KB
testcase_27 AC 283 ms
10,240 KB
testcase_28 AC 311 ms
13,056 KB
testcase_29 AC 286 ms
12,544 KB
testcase_30 AC 290 ms
11,136 KB
testcase_31 AC 285 ms
11,520 KB
testcase_32 AC 56 ms
6,816 KB
testcase_33 AC 61 ms
6,820 KB
testcase_34 AC 64 ms
6,820 KB
testcase_35 AC 61 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?y*h[x^a]:y*y-y;(s=c+s/2)<K?a|=1,c=s:a;}wt(a);
0