結果
問題 | No.2650 [Cherry 6th Tune *] セイジャク |
ユーザー | tails |
提出日時 | 2024-02-23 23:42:47 |
言語 | cLay (20240714-1) |
結果 |
WA
|
実行時間 | - |
コード長 | 322 bytes |
コンパイル時間 | 6,293 ms |
コンパイル使用メモリ | 218,152 KB |
実行使用メモリ | 11,520 KB |
最終ジャッジ日時 | 2024-09-29 09:10:01 |
合計ジャッジ時間 | 9,358 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
5,248 KB |
testcase_01 | AC | 1 ms
5,248 KB |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | AC | 43 ms
11,136 KB |
testcase_17 | AC | 42 ms
11,136 KB |
testcase_18 | AC | 45 ms
11,136 KB |
testcase_19 | AC | 44 ms
11,136 KB |
testcase_20 | AC | 44 ms
11,264 KB |
testcase_21 | AC | 43 ms
11,264 KB |
testcase_22 | AC | 44 ms
11,136 KB |
testcase_23 | AC | 27 ms
11,136 KB |
testcase_24 | AC | 28 ms
11,136 KB |
testcase_25 | AC | 28 ms
11,392 KB |
testcase_26 | AC | 29 ms
11,392 KB |
testcase_27 | AC | 32 ms
11,008 KB |
testcase_28 | AC | 27 ms
11,392 KB |
testcase_29 | AC | 28 ms
11,264 KB |
testcase_30 | AC | 39 ms
9,728 KB |
testcase_31 | WA | - |
testcase_32 | AC | 17 ms
9,856 KB |
ソースコード
ll@n,@a,@x[n],y[],d[]{},e[],@t,@(l,r)[t]; y[0..n-1]=x[0..]; sortA_index(n,x,y); rrep(i,t){ ll a=bsearch_min[ll,j,0,n](x[j]>=l[i]); ll b=bsearch_min[ll,j,0,n](x[j]>r[i]); while(a<b){ if(d[a]){ (a,e[a])=(e[a],max(e[a],b)); }else{ d[a]=i+1; e[a]=b; ++a; } } } rep(i,n){ e[y[i]]=d[i]?:-1; } wtLn(e(n));