結果

問題 No.2650 [Cherry 6th Tune *] セイジャク
ユーザー 👑 p-adicp-adic
提出日時 2023-07-26 11:36:39
言語 cLay
(20240714-1)
結果
AC  
実行時間 488 ms / 2,500 ms
コード長 380 bytes
コンパイル時間 4,913 ms
コンパイル使用メモリ 184,840 KB
実行使用メモリ 27,136 KB
最終ジャッジ日時 2024-11-15 04:31:00
合計ジャッジ時間 16,347 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 2 ms
6,820 KB
testcase_02 AC 63 ms
9,516 KB
testcase_03 AC 31 ms
6,880 KB
testcase_04 AC 315 ms
20,736 KB
testcase_05 AC 217 ms
16,768 KB
testcase_06 AC 78 ms
10,240 KB
testcase_07 AC 248 ms
18,048 KB
testcase_08 AC 51 ms
8,412 KB
testcase_09 AC 467 ms
27,008 KB
testcase_10 AC 455 ms
27,008 KB
testcase_11 AC 455 ms
27,008 KB
testcase_12 AC 449 ms
27,008 KB
testcase_13 AC 451 ms
27,008 KB
testcase_14 AC 472 ms
27,008 KB
testcase_15 AC 488 ms
27,136 KB
testcase_16 AC 386 ms
26,880 KB
testcase_17 AC 377 ms
26,752 KB
testcase_18 AC 370 ms
26,752 KB
testcase_19 AC 352 ms
26,752 KB
testcase_20 AC 350 ms
26,752 KB
testcase_21 AC 351 ms
26,624 KB
testcase_22 AC 349 ms
26,752 KB
testcase_23 AC 211 ms
26,880 KB
testcase_24 AC 229 ms
26,752 KB
testcase_25 AC 227 ms
26,880 KB
testcase_26 AC 231 ms
26,880 KB
testcase_27 AC 216 ms
26,880 KB
testcase_28 AC 220 ms
26,752 KB
testcase_29 AC 230 ms
26,880 KB
testcase_30 AC 326 ms
26,880 KB
testcase_31 AC 239 ms
27,136 KB
testcase_32 AC 101 ms
12,288 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@o,@X[N],@T,@W[T*2],M=548;map<ll,ll>Z;rep[X](x,N)Z[x];rep[W](w,T*2)Z[w];ll s=0;for(auto i=Z.begin(),e=Z.end();i!=e;i++)i->second=s++;rep[X](x,N)x=Z[x];rep[W](w,T*2)w=Z[w];vector<int>A(s,-1),B(M,-1);rep(t,T){ll a,n,m,l=W[t*2],r=W[t*2+1]+1;m=(l+M-1)/M;n=max(m,r/M);a=min(m*M,r);rep[A](x,l,a)x=t+1;rep[B](x,m,n)x=t+1;rep[A](x,max(a,n*M),r)x=t+1;}rep[X](x,N)wt(max(A[x],B[x/M]));
0