結果

問題 No.2803 Bocching Star
ユーザー tailstails
提出日時 2024-07-16 16:25:51
言語 cLay
(20240714-1)
結果
AC  
実行時間 21 ms / 2,000 ms
コード長 137 bytes
コンパイル時間 5,834 ms
コンパイル使用メモリ 218,956 KB
実行使用メモリ 15,944 KB
最終ジャッジ日時 2024-07-16 16:26:00
合計ジャッジ時間 8,417 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,816 KB
testcase_01 AC 2 ms
6,940 KB
testcase_02 AC 2 ms
6,944 KB
testcase_03 AC 4 ms
8,136 KB
testcase_04 AC 15 ms
12,716 KB
testcase_05 AC 8 ms
9,400 KB
testcase_06 AC 3 ms
6,944 KB
testcase_07 AC 6 ms
7,748 KB
testcase_08 AC 4 ms
6,944 KB
testcase_09 AC 14 ms
13,012 KB
testcase_10 AC 16 ms
14,240 KB
testcase_11 AC 17 ms
13,040 KB
testcase_12 AC 7 ms
7,368 KB
testcase_13 AC 14 ms
12,376 KB
testcase_14 AC 10 ms
10,732 KB
testcase_15 AC 18 ms
12,864 KB
testcase_16 AC 11 ms
9,780 KB
testcase_17 AC 5 ms
8,740 KB
testcase_18 AC 4 ms
6,940 KB
testcase_19 AC 14 ms
12,432 KB
testcase_20 AC 10 ms
10,904 KB
testcase_21 AC 7 ms
9,180 KB
testcase_22 AC 8 ms
9,980 KB
testcase_23 AC 17 ms
13,592 KB
testcase_24 AC 21 ms
15,440 KB
testcase_25 AC 19 ms
15,820 KB
testcase_26 AC 20 ms
13,592 KB
testcase_27 AC 18 ms
13,460 KB
testcase_28 AC 19 ms
15,436 KB
testcase_29 AC 19 ms
14,460 KB
testcase_30 AC 19 ms
15,944 KB
testcase_31 AC 18 ms
14,476 KB
testcase_32 AC 21 ms
13,460 KB
testcase_33 AC 2 ms
6,944 KB
testcase_34 AC 2 ms
6,940 KB
testcase_35 AC 2 ms
6,948 KB
testcase_36 AC 2 ms
6,944 KB
testcase_37 AC 2 ms
6,944 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@s,@p[n],q[],z[],a=0;sortA_index(n,p,q);rep(i,n)i&&p[i]-p[i-1]<=s||i<n-1&&p[i+1]-p[i]<=s||(z[a++]=q[i]+1);sortA(a,z);wt(a);wt(z(a));
0