結果

問題 No.2762 Counting and Deleting
ユーザー tailstails
提出日時 2024-05-23 18:23:00
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 354 bytes
コンパイル時間 2,812 ms
コンパイル使用メモリ 176,784 KB
実行使用メモリ 14,016 KB
最終ジャッジ日時 2024-05-23 18:23:09
合計ジャッジ時間 9,132 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 2 ms
6,944 KB
testcase_02 AC 1 ms
6,940 KB
testcase_03 AC 1 ms
6,944 KB
testcase_04 AC 1 ms
6,944 KB
testcase_05 AC 1 ms
6,940 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 6 ms
6,944 KB
testcase_08 AC 5 ms
6,944 KB
testcase_09 AC 5 ms
6,944 KB
testcase_10 AC 5 ms
6,940 KB
testcase_11 TLE -
testcase_12 -- -
testcase_13 -- -
testcase_14 -- -
testcase_15 -- -
testcase_16 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
int@n,@q,k[n]{};
string@s;
rep(q){
	int@t,@l--,@r;
	if(t==1){
		while(l<r){
			if(k[l]){
				int x=k[l];
				k[l]>?=r;
				l=x;
			}else{
				k[l]=r;
				l+=1;
			}
		}
	}else{
		Mint f,g;
		while(l<r){
			if(k[l]){
				l=k[l];
			}else{
				if(s[l]=='0'){
					f+=g;
				}else{
					g+=f+1;
				}
				l+=1;
			}
		}
		wt(f+g);
	}
}
0