結果

問題 No.2803 Bocching Star
ユーザー 👑 p-adicp-adic
提出日時 2024-07-13 11:49:36
言語 cLay
(20240714-1)
結果
AC  
実行時間 107 ms / 2,000 ms
コード長 166 bytes
コンパイル時間 2,734 ms
コンパイル使用メモリ 187,832 KB
実行使用メモリ 17,920 KB
最終ジャッジ日時 2024-07-13 11:49:45
合計ジャッジ時間 7,469 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 2 ms
6,812 KB
testcase_03 AC 10 ms
6,944 KB
testcase_04 AC 77 ms
15,104 KB
testcase_05 AC 37 ms
9,984 KB
testcase_06 AC 7 ms
6,944 KB
testcase_07 AC 26 ms
7,936 KB
testcase_08 AC 15 ms
6,944 KB
testcase_09 AC 78 ms
16,256 KB
testcase_10 AC 83 ms
16,768 KB
testcase_11 AC 87 ms
16,256 KB
testcase_12 AC 24 ms
7,552 KB
testcase_13 AC 69 ms
14,464 KB
testcase_14 AC 43 ms
11,264 KB
testcase_15 AC 86 ms
16,000 KB
testcase_16 AC 42 ms
10,496 KB
testcase_17 AC 13 ms
6,944 KB
testcase_18 AC 10 ms
6,944 KB
testcase_19 AC 69 ms
14,464 KB
testcase_20 AC 39 ms
10,368 KB
testcase_21 AC 30 ms
8,832 KB
testcase_22 AC 29 ms
8,704 KB
testcase_23 AC 92 ms
17,152 KB
testcase_24 AC 98 ms
17,920 KB
testcase_25 AC 103 ms
17,536 KB
testcase_26 AC 107 ms
17,792 KB
testcase_27 AC 92 ms
17,408 KB
testcase_28 AC 99 ms
17,408 KB
testcase_29 AC 97 ms
17,280 KB
testcase_30 AC 105 ms
17,792 KB
testcase_31 AC 88 ms
17,280 KB
testcase_32 AC 101 ms
17,920 KB
testcase_33 AC 2 ms
6,940 KB
testcase_34 AC 3 ms
6,940 KB
testcase_35 AC 2 ms
6,940 KB
testcase_36 AC 2 ms
6,944 KB
testcase_37 AC 2 ms
6,940 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:113:14: warning: narrowing conversion of ‘P[i]’ from ‘long long int’ to ‘int’ [-Wnarrowing]
  113 |     Q[i]={P[i],i+1};
      |           ~~~^
main.cpp:113:14: warning: narrowing conversion of ‘P[i]’ from ‘long long int’ to ‘int’ [-Wnarrowing]

ソースコード

diff #

ll@N,@S,@P[N],L=0;VI Q[N];rep(i,N)Q[i]={P[i],i+1};sort(Q,Q+N);rep[Q,i](r,N)if((!i||Q[i-1][0]+S<r[0])&(i>N-2||r[0]<Q[i+1][0]-S))P[L++]=r[1];sort(P,P+L);wt(L);wt(P(L));
0