結果

問題 No.2650 [Cherry 6th Tune *] セイジャク
ユーザー tailstails
提出日時 2024-02-24 00:04:23
言語 cLay
(20240714-1)
結果
AC  
実行時間 54 ms / 2,500 ms
コード長 375 bytes
コンパイル時間 6,776 ms
コンパイル使用メモリ 217,400 KB
実行使用メモリ 13,716 KB
最終ジャッジ日時 2024-09-29 09:25:15
合計ジャッジ時間 9,805 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,820 KB
testcase_01 AC 2 ms
6,820 KB
testcase_02 AC 10 ms
7,296 KB
testcase_03 AC 7 ms
5,248 KB
testcase_04 AC 39 ms
7,808 KB
testcase_05 AC 28 ms
8,648 KB
testcase_06 AC 14 ms
6,820 KB
testcase_07 AC 29 ms
10,436 KB
testcase_08 AC 10 ms
7,108 KB
testcase_09 AC 53 ms
12,840 KB
testcase_10 AC 54 ms
13,520 KB
testcase_11 AC 54 ms
13,464 KB
testcase_12 AC 52 ms
13,260 KB
testcase_13 AC 50 ms
13,716 KB
testcase_14 AC 52 ms
13,260 KB
testcase_15 AC 50 ms
12,840 KB
testcase_16 AC 49 ms
12,196 KB
testcase_17 AC 48 ms
13,256 KB
testcase_18 AC 50 ms
12,212 KB
testcase_19 AC 51 ms
11,008 KB
testcase_20 AC 50 ms
11,136 KB
testcase_21 AC 50 ms
11,136 KB
testcase_22 AC 51 ms
11,136 KB
testcase_23 AC 31 ms
11,264 KB
testcase_24 AC 31 ms
11,136 KB
testcase_25 AC 30 ms
11,264 KB
testcase_26 AC 31 ms
11,264 KB
testcase_27 AC 31 ms
11,136 KB
testcase_28 AC 29 ms
11,008 KB
testcase_29 AC 31 ms
11,264 KB
testcase_30 AC 47 ms
9,728 KB
testcase_31 AC 30 ms
11,520 KB
testcase_32 AC 20 ms
9,856 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@a,@x[n],y[],d[]{},e[],@t,@(l,r)[t];
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)); // このバグですごく悩んだ
			(e[a],a)=(max(e[a],b),e[a]);
		}else{
			d[a]=i+1;
			e[a]=b;
			++a;
		}
	}
}
rep(i,n){
	e[y[i]]=d[i]?:-1;
}
wtLn(e(n));
0