結果
問題 | No.2803 Bocching Star |
ユーザー | 👑 p-adic |
提出日時 | 2024-07-13 11:48:31 |
言語 | cLay (20240714-1) |
結果 |
RE
|
実行時間 | - |
コード長 | 164 bytes |
コンパイル時間 | 5,587 ms |
コンパイル使用メモリ | 186,508 KB |
実行使用メモリ | 17,792 KB |
最終ジャッジ日時 | 2024-07-13 11:48:47 |
合計ジャッジ時間 | 12,877 ms |
ジャッジサーバーID (参考情報) |
judge6 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | AC | 1 ms
6,816 KB |
testcase_02 | AC | 1 ms
6,940 KB |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | AC | 74 ms
16,384 KB |
testcase_10 | RE | - |
testcase_11 | AC | 86 ms
16,384 KB |
testcase_12 | RE | - |
testcase_13 | AC | 62 ms
14,464 KB |
testcase_14 | AC | 42 ms
11,392 KB |
testcase_15 | AC | 82 ms
16,000 KB |
testcase_16 | RE | - |
testcase_17 | RE | - |
testcase_18 | RE | - |
testcase_19 | AC | 63 ms
14,592 KB |
testcase_20 | RE | - |
testcase_21 | RE | - |
testcase_22 | RE | - |
testcase_23 | RE | - |
testcase_24 | AC | 98 ms
17,792 KB |
testcase_25 | RE | - |
testcase_26 | RE | - |
testcase_27 | RE | - |
testcase_28 | RE | - |
testcase_29 | RE | - |
testcase_30 | RE | - |
testcase_31 | RE | - |
testcase_32 | RE | - |
testcase_33 | RE | - |
testcase_34 | RE | - |
testcase_35 | RE | - |
testcase_36 | RE | - |
testcase_37 | RE | - |
コンパイルメッセージ
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]
ソースコード
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));