結果

問題 No.2716 Falcon Method
ユーザー 👑 p-adicp-adic
提出日時 2024-02-07 10:04:13
言語 cLay
(20240714-1)
結果
AC  
実行時間 132 ms / 2,000 ms
コード長 261 bytes
コンパイル時間 5,704 ms
コンパイル使用メモリ 175,480 KB
実行使用メモリ 11,512 KB
最終ジャッジ日時 2024-09-28 12:31:44
合計ジャッジ時間 6,803 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,248 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 AC 2 ms
5,376 KB
testcase_10 AC 2 ms
5,376 KB
testcase_11 AC 64 ms
8,192 KB
testcase_12 AC 90 ms
11,008 KB
testcase_13 AC 75 ms
10,976 KB
testcase_14 AC 108 ms
9,984 KB
testcase_15 AC 80 ms
10,880 KB
testcase_16 AC 91 ms
10,112 KB
testcase_17 AC 107 ms
10,368 KB
testcase_18 AC 124 ms
10,752 KB
testcase_19 AC 93 ms
9,984 KB
testcase_20 AC 76 ms
10,732 KB
testcase_21 AC 54 ms
7,680 KB
testcase_22 AC 72 ms
8,384 KB
testcase_23 AC 132 ms
11,392 KB
testcase_24 AC 72 ms
8,384 KB
testcase_25 AC 2 ms
5,376 KB
testcase_26 AC 2 ms
5,376 KB
testcase_27 AC 128 ms
11,512 KB
testcase_28 AC 128 ms
11,508 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@Q,b,c[2]{};string@S;fenwick<ll>t[2];rep(b,2)t[b].malloc(2N,1);rep(i,N)b=S[i]>'D',t[b].add(i,1),t[b].add(i+N,1),++c[b];rep(Q){ll@H[2],@P,d[2]{1d15,1d15},q;rep(b,2)if(c[b])q=(H[b]-1)/c[b],d[b]=q*N+1+t[b].kth(t[b].get(P-1)+H[b]-q*c[b]-1);wt(min(*d,d[1])%N);}
0