結果

問題 No.2716 Falcon Method
ユーザー tailstails
提出日時 2024-04-05 21:59:01
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 488 bytes
コンパイル時間 2,706 ms
コンパイル使用メモリ 174,148 KB
実行使用メモリ 11,628 KB
最終ジャッジ日時 2024-10-01 02:15:06
合計ジャッジ時間 4,879 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,248 KB
testcase_02 AC 1 ms
5,248 KB
testcase_03 AC 1 ms
5,248 KB
testcase_04 AC 1 ms
5,248 KB
testcase_05 AC 1 ms
5,248 KB
testcase_06 AC 1 ms
5,248 KB
testcase_07 AC 2 ms
5,248 KB
testcase_08 AC 1 ms
5,248 KB
testcase_09 AC 1 ms
5,248 KB
testcase_10 AC 2 ms
5,248 KB
testcase_11 AC 52 ms
11,008 KB
testcase_12 AC 42 ms
11,088 KB
testcase_13 AC 36 ms
11,088 KB
testcase_14 AC 50 ms
10,240 KB
testcase_15 AC 40 ms
10,880 KB
testcase_16 WA -
testcase_17 AC 51 ms
10,368 KB
testcase_18 WA -
testcase_19 AC 44 ms
10,112 KB
testcase_20 AC 38 ms
10,724 KB
testcase_21 AC 43 ms
10,368 KB
testcase_22 AC 42 ms
11,624 KB
testcase_23 AC 50 ms
11,624 KB
testcase_24 AC 42 ms
11,392 KB
testcase_25 AC 1 ms
5,248 KB
testcase_26 AC 1 ms
5,248 KB
testcase_27 WA -
testcase_28 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@q;
string@s;
ll ax[2n+1],ay[2n+1];
ax[0]=0;
ay[0]=0;
rep(i,2n){
	if(s[i%n]=='D'){
		ax[i+1]=ax[i]+1;
		ay[i+1]=ay[i];
	}else{
		ax[i+1]=ax[i];
		ay[i+1]=ay[i]+1;
	}
}
rep(q){
	ll@h,@w,@p,z;
	if(ax[n]==0||ay[n]!=0&&h/ax[n]>w/ay[n]){
		z=bsearch_min[ll,j,p,p+n](ay[j]-ay[p]>=w%ay[n]);
	}
	else if(ay[n]==0||ax[n]!=0&&h/ax[n]<w/ay[n]){
		z=bsearch_min[ll,j,p,p+n](ax[j]-ax[p]>=h%ax[n]);
	}
	else{
		z=bsearch_min[ll,j,p,p+n](ax[j]-ax[p]>=h%ax[n]||ay[j]-ay[p]>=w%ay[n]);
	}
	wt(z%n);
}
0