結果

問題 No.2879 Range Flip Queries
ユーザー 👑 p-adicp-adic
提出日時 2024-09-12 17:04:21
言語 cLay
(20240714-1)
結果
AC  
実行時間 34 ms / 2,000 ms
コード長 114 bytes
コンパイル時間 3,056 ms
コンパイル使用メモリ 174,720 KB
実行使用メモリ 9,344 KB
最終ジャッジ日時 2024-09-12 17:04:29
合計ジャッジ時間 7,584 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 2 ms
6,944 KB
testcase_02 AC 2 ms
6,944 KB
testcase_03 AC 7 ms
6,944 KB
testcase_04 AC 7 ms
6,940 KB
testcase_05 AC 9 ms
6,944 KB
testcase_06 AC 10 ms
6,944 KB
testcase_07 AC 10 ms
6,940 KB
testcase_08 AC 2 ms
6,944 KB
testcase_09 AC 2 ms
6,940 KB
testcase_10 AC 2 ms
6,944 KB
testcase_11 AC 2 ms
6,940 KB
testcase_12 AC 1 ms
6,940 KB
testcase_13 AC 24 ms
7,168 KB
testcase_14 AC 25 ms
7,552 KB
testcase_15 AC 19 ms
6,944 KB
testcase_16 AC 10 ms
6,944 KB
testcase_17 AC 20 ms
8,704 KB
testcase_18 AC 30 ms
9,216 KB
testcase_19 AC 34 ms
9,216 KB
testcase_20 AC 31 ms
9,088 KB
testcase_21 AC 32 ms
9,216 KB
testcase_22 AC 31 ms
9,344 KB
testcase_23 AC 29 ms
9,344 KB
testcase_24 AC 31 ms
9,216 KB
testcase_25 AC 32 ms
9,344 KB
testcase_26 AC 32 ms
9,216 KB
testcase_27 AC 31 ms
9,216 KB
testcase_28 AC 30 ms
9,344 KB
testcase_29 AC 24 ms
9,344 KB
testcase_30 AC 24 ms
9,216 KB
testcase_31 AC 24 ms
9,344 KB
testcase_32 AC 24 ms
9,216 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@Q,@A[N];rrep(i,1,N)A[i]-=A[i-1];rep(Q){ll@--l,@r;A[l]++,r<N?A[r]--:0;}rep(i,N)wtSp(i?(A[i]+=A[i-1])&1:*A&1);
0